Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scilab 0.24 KB | None | 0 0
  1. // calkowanie
  2. function c=f(x)
  3.     c=x // TUTAJ TWOJA FUNKCJA
  4. endfunction
  5. a = 0 // LIMIT DOLNY CALKI
  6. b = 100 // LIMIT GORNY CALKI
  7.  
  8. wartosc = intg(a,b,c) // Albo c albo f - nie znam dokladnego syntaxu
  9.  
  10. disp(wartosc) // wyswietl wartosc pola
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement