Laba (OCTAVE)
Graphs. Derivatives. Indefinite & Definite intagrals
Example (II)
octave:2> f=sym('3*x^2+8*x-5')
f = (sym)
2
3⋅x + 8⋅x - 5
octave:3> int(f)
ans = (sym)
3 2
x + 4⋅x - 5⋅x
Example (DI)
octave:5> syms x octave:6> y=x.^2 y = (sym) 2 x octave:7> int(y,1,3) ans = (sym) 26/3
Клацніть Laba.pdf для перегляду файлу