Advertisement
Guest User

Untitled

a guest
May 3rd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Octave 0.10 KB | None | 0 0
  1. %otworz sobie A i b
  2. t=cputime;
  3. x = A \ b;
  4. printf('Total cpu time: %f seconds\n', cputime-t);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement