Hi guys I wanna change the value of a singular element in a matrix in sagemath. How do I do this ? I get an error saying vector is immutable
    A=matrix([[1,2,-3],[1,4,6],[2,-1,-2]]);B=matrix([[1],[2],[4]]);show(A);show(B);
    A[1][1]=6
|   | 1 |  initial version  | 
Hi guys I wanna change the value of a singular element in a matrix in sagemath. How do I do this ? I get an error saying vector is immutable
    A=matrix([[1,2,-3],[1,4,6],[2,-1,-2]]);B=matrix([[1],[2],[4]]);show(A);show(B);
    A[1][1]=6
Hi guys I wanna change the value of a singular element in a matrix in sagemath. How do I do this ? I get an error saying vector is immutable
    A=matrix([[1,2,-3],[1,4,6],[2,-1,-2]]);B=matrix([[1],[2],[4]]);show(A);show(B);
    A=matrix([[1,2,-3],[1,4,6],[2,-1,-2]])
B=matrix([[1],[2],[4]])
show(A)
show(B)
A[1][1]=6
 Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.