|
Size: 311
Comment:
|
Size: 438
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || |
||'''Book''' ||Advanced Engineering Mathematics || ||'''Author''' ||Erwin Kreyszig || ||'''Edition''' ||8th Edition || |
| Line 7: | Line 9: |
| {{{ A = matrix([[-4,6,3],[0,1,2]]); B = matrix([[5,-1,0],[3,1,0]]); print A+B }}} |
{{{x=matrix([[-4,6,3],[0,1,2]]) y=matrix([[5,-1,0],[3,1,0]]) z=x+y z }}} |
| Line 15: | Line 13: |
| * '''Solution by''': * Vishnu, Student, IIIT-H |
* '''Solution by''': * <Abhilash>, <Student>, <Snist> * <Anoop>, <Student>, <Snist> * <Murthy>, <Student>, <Snist> * <akshay>,<student>,<snist> * <Raghav>, <Student>, <Snist> |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x=matrix([[-4,6,3],[0,1,2]]) y=matrix([[5,-1,0],[3,1,0]]) z=x+y z
Solution by:
<Abhilash>, <Student>, <Snist>
<Anoop>, <Student>, <Snist>
<Murthy>, <Student>, <Snist>
<akshay>,<student>,<snist>
<Raghav>, <Student>, <Snist>
