As the title says, I want to copy the RRef of a Mat into a List, how is that possible? If I do
Rref Mat A
Mat -> List(Mat A,3)->List 1
it just gives me the results of the Mat, not of the RRef. So How you can do this?
First sorry for my bad englisch, I'm not a native. And thank you for help.
Greetings ADDB
RRef into List
Started by
ADDB
, Nov 07 2016 06:14 PM
1 reply to this topic
#1
Posted 07 November 2016 - 06:14 PM
#2
Posted 07 November 2016 - 06:25 PM
Well stupid me. I found the solution it was just to save the Rref'ed Mat into another Mat and turn that Mat into a List like that:
Rref Mat A -> Mat B
Mat -> List(Mat B,3)-> List 1
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users