Gennady Stupakov

Research • Publications • Notes

About

I am a scientist working on theoretical and computational problems. This website contains notes, papers, and occasional thoughts.

“Simplicity is the ultimate sophistication.”

Notes

Code Example


f[x_] := x^2 + 1
Plot[f[x], {x, 0, 1}]