MATLAB: What is the formula of left devision

left devision

When I key in
a=[1 2 4];b=[2 4 7]; >> z=a'\b'
then i get this value z =
1.8095
may i know what is the formula to get this value? Thanks.

Best Answer

doc mldivide % and follow links therein