JoeyT1994 / ITensorNumericalAnalysis.jl

MIT License
3 stars 0 forks source link

Add x^n example #7

Closed ryanlevy closed 1 year ago

ryanlevy commented 1 year ago

Example code will make a polynomial f(x) = ax^n for n>=0 (so naturally makes the const function as well).

(I always feel like I write ugly code so feel free to suggest stylistic changes)

Closes #3

ryanlevy commented 1 year ago

Just need to make the elementary functions version (and test) still

JoeyT1994 commented 1 year ago

Closed and archived for a more general polynomial constructor.