EspañolHome / Algorithms in Matlab or Octave

Matlab or Octave online

We'll describe how to use several free interfaces that allow you to use the functions on the web, without needing to install Octave or Matlab, and that work on any computer or mobile phone with a reasonably up-to-date browser (such as Chrome, Opera, or Firefox). However, these interfaces are sometimes limited, so it's important to also read the detailed difficulties.

Octave Online

Use Octave 9.3.0. It's very simple and also allows you to obtain solutions with variable or exact precision.

F(:,:,1)=[-280,-12;-120,-8;-280,-12];
F(:,:,2)=[575,0;0,20;400,0];
[k,X,Y]=vn(F)