Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fourier
%To view plots after 'plot' (and other plot-producing commands) this command must follow: 'print -dpng some_unique_plot_name.png;' %It exports current plot to png image which then is sent to your browser %GNU Octave 4.0.0 A=0; B=0; for n = 1:200 x=-10:0.02:10; A= A + (((3/(n*pi)*(sin(n*pi*5))*cos(n*pi*x/5)))+(3/(n*pi)*(1-cos(n*pi*5))*sin(n*pi*x/5))); end plot(3/2+A) print -dpng some_name.png;
run
|
edit
|
history
|
help
0
Arnoldirnoldi.m
MATRIX MANIPULATIONS
Test
zeros of legendre's polynomial
prog2
test3
diffusion example carburization of mild steel
lab1.2
calc_RCA1_component_amounts
Krylov.m