Nowhere differentiable continuous function: Difference between revisions

From JSXGraph Wiki
No edit summary
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);
             return s;
             return s;
         };
         };
f = function(x){ return x*x; };
  var c = bd.create('functiongraph', [f], {});
  var c = bd.create('functiongraph', [f], {});



Revision as of 17:05, 19 September 2011

1234−1−2−3−40.511.522.5−0.5−1−1.5−2−2.5
a = 0.25
b = 5.00
N = 1.00