2 Resultaten gevonden voor "Bestand:Octave_plot_trigonometric.svg".

Bestand:Octave plot trigonometric.svg

To plot this type in Octave octave:1> x = linspace(0, 2*pi); octave:2> a = cos(2*x); octave:3> b = sin(4*x); octave:4> c = 2*sin(x); octave:5> plot(x,...


Bestand:Octave plot trigonometric sum.svg

To plot this type in Octave octave:1> x = linspace(0, 2*pi); octave:2> a = cos(2*x); octave:3> b = sin(4*x); octave:4> c = 2*sin(x); octave:5> plot(x,...