EigenMathScript01

From Physiki
(Difference between revisions)
Jump to: navigation, search
(New page: 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))
 
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{Start Hierarchy|link=Main Page|title=Main Page}}
 +
{{Hierarchy Item|link=Mathematics_Course_Wikis|title=Mathematical and Computer Sciences Course Wikis}}
 +
{{Hierarchy Item|link=MATH-348_Advanced_Engineering_Mathematics_-_Spring_2009|title=AEM Spring2009}}
 +
{{End Hierarchy}}
 +
 +
=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
 +
 
a(n)=0
 
a(n)=0
 +
 
b(n) = (2 (-1)^(n+1))/n
 
b(n) = (2 (-1)^(n+1))/n
 +
 
N=10
 
N=10
 +
 
f(x) = a+ sum(n,1,N, a(n) * cos(n*x)+b(n)*sin(n*x))
 
f(x) = a+ sum(n,1,N, a(n) * cos(n*x)+b(n)*sin(n*x))
 +
 
draw(f)
 
draw(f)

Latest revision as of 01:23, 26 February 2009

Main Page > Mathematical and Computer Sciences Course Wikis > AEM Spring2009

Script for  f(x) =  x, x \in (-\pi, \pi) , where f is - 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