TEXT   25
inverse
Guest on 25th May 2023 12:57:46 AM


  1. INVERSE
  2.   clear a b
  3.   a = rand(3000,3000);
  4.   tic
  5.   b = inv(a);
  6.   clear a b
  7.   toc
  8.  
  9. Scilab:   9.27  9.26  9.36
  10. Matlab:  15.01 15.02 15.28
  11. Comsol:  19.39 19.23 19.32

Raw Paste

Login or Register to edit or fork this paste. It's free.