Solving matrix equations?
- Subject: Solving matrix equations?
- From: Alasdair McAndrew
- Date: Sat, 4 May 2013 11:12:18 +1000
Given an n x n matrix A, and an n x 1 matrix b, is there a way of solving
Ax = b
other than invert(A).b?
If I could append b to A, then I could apply "echelon" to the augmented
matrix. However, I can't find a command which allows me to append, or
stack matrices.
Thanks,
Alasdair
--
Blog: http://amca01.wordpress.com
Web: http://sites.google.com/site/amca01/
Facebook: http://www.facebook.com/alasdair.mcandrew