grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
120 stars 23 forks source link

Inverse matrix failure. #323

Closed Isomorph70 closed 3 years ago

Isomorph70 commented 3 years ago

Following matrix inversion fails.

In> Inverse({{0,-10,10},{8,0,0},{0,6,6}}) Out> {{Undefined,Undefined,Undefined},{Undefined,Undefined,Undefined},{Undefined,Undefined,Undefined}}