EigenMathScript01

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
{{End Hierarchy}}
 
{{End Hierarchy}}
  
=Script for f(x) =  x, x \in (-\pi, \pi), where f is 2\pi - periodic=
+
=Script for <math> f(x) =  x, x \in (-\pi, \pi) <\math> , where <math>f<\math> is <math>2\pi<\math> - periodic=
  
 
a=0
 
a=0

Revision as of 01:20, 26 February 2009

Main Page > Mathematical and Computer Sciences Course Wikis

=Script for Failed to parse (Cannot write to or create math temp directory): f(x) = x, x \in (-\pi, \pi) <\math> , where <math>f<\math> is <math>2\pi<\math> - periodic= a=0 a(n)=0 b(n) = (2 (-1)^(n+1))/n N=10 f(x) = a+ sum(n,1,N, a(n) * cos(n*x)+b(n)*sin(n*x)) draw(f)

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox