Revision: 449
http://mathlib.svn.sourceforge.net/mathlib/?rev=449&view=rev
Author: st_mueller
Date: 2008-11-19 20:01:38 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
new comments
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/integration/crule.m
JMathLib/trunk/src/jmathlib/toolbox/integration/ncrule.m
Modified: JMathLib/trunk/src/jmathlib/toolbox/integration/crule.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/integration/crule.m 2008-11-19 19:58:17 UTC (rev 448)
+++ JMathLib/trunk/src/jmathlib/toolbox/integration/crule.m 2008-11-19 20:01:38 UTC (rev 449)
@@ -37,7 +37,12 @@
@SYNTAX
crule
@DOC
-.
+This function computes Gauss-Chebyshev base points and weight factors
+using the algorithm given by somebody in 'SomeBook',
+page 365, Academic Press, 1975, but modified by a change
+in index variables: j=i+1 and m=n+1.
+The weights are all wf_j=pi/m
+and the base points are bp_j=cos((2j-1)*pi/2/m).
@EXAMPLES
<programlisting>
.
Modified: JMathLib/trunk/src/jmathlib/toolbox/integration/ncrule.m
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/integration/ncrule.m 2008-11-19 19:58:17 UTC (rev 448)
+++ JMathLib/trunk/src/jmathlib/toolbox/integration/ncrule.m 2008-11-19 20:01:38 UTC (rev 449)
@@ -45,7 +45,8 @@
@SYNTAX
ncrule
@DOC
-.
+This function returns the Newton-Coates base points and weight factors
+up to an 8 point Newton-Coates formula.
@EXAMPLES
<programlisting>
.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|