Nowhere differentiable continuous function: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
s += Math.pow(a,i)*Math.cos(Math.pow(b,i)*Math.PI*x); | s += Math.pow(a,i)*Math.cos(Math.pow(b,i)*Math.PI*x); | ||
} | } | ||
console.log(s, | console.log(s, x); | ||
return s; | return s; | ||
}; | }; |
Revision as of 17:10, 19 September 2011
0,0
a = 0.25
b = 30.00
N = 1.00