M HYPE SPLASH
// general

Calculator for $Ax=b$ where $A$ is singular

By Emma Terry
$\begingroup$

I have found many online calculators that can calculate $Ax=b$ only when $A$ isn't singular. However in most of my exercises, $A$ is singular and I want to ensure that I have found the right solution. So is there any free tool that can give a relationship for the infinite solutions(and the conditions for $b$) with $b$ being unknown? Example

A = \begin{bmatrix}1&2&3\\2&4&6\\2&5&7\\3&9&12\end{bmatrix}b = \begin{bmatrix}b1\\b2\\b3\\b4\end{bmatrix}Solve Ax=b

$\endgroup$ 6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy