EigenMathScript01

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

Revision as of 01:19, 26 February 2009

Main Page > Mathematical and Computer Sciences Course Wikis

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