Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
A paclet for linear algebra and its applications
Contributed by: Peter Burbery
This paclet contains helpful functions for doing computations in linear algebra.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PeterBurbery/LinearAlgebraPaclet"]
To load the code after installation, evaluate this code:
Needs["PeterBurbery`LinearAlgebraPaclet`"]
Determine if an augmented matrix represents a consistent linear system of equations:
In[1]:= | ![]() |
Out[1]= | ![]() |
The reduced row echelon form contains a contradiction that 0x1+0x2+0x3=1 so the matrix is not consistent:
In[2]:= | ![]() |
Out[2]= | ![]() |
The solution set is empty. No solutions exist:
In[3]:= | ![]() |
Out[3]= | ![]() |
In[4]:= | ![]() |
In[5]:= | ![]() |
Out[5]= | ![]() |
The augmented matrix of a linear system is given below. Determine if the system is consistent:
In[6]:= | ![]() |
Out[6]= | ![]() |
Do the calculation for the cofactors of a matrix:
In[7]:= | ![]() |
Out[4]= | ![]() |
Obtain the diagonalized form of a Cauchy matrix:
In[8]:= | ![]() |
Out[8]= | ![]() |
In[9]:= | ![]() |
Out[9]= | ![]() |
Some matrices aren't diagonalizable:
In[10]:= | ![]() |
Out[10]= | ![]() |
Out[1]= | ![]() |
Out[1]= | ![]() |
Wolfram Language Version 13.2