|
⇤ ← Revision 1 as of 2010-08-11 12:16:33
Size: 639
Comment:
|
← Revision 2 as of 2010-08-12 04:53:44 ⇥
Size: 638
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| #Kreiyszig 309 Problemset6.1 problem 4 | #Kreyszig 309 Problemset6.1 problem 4 |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
#Kreyszig 309 Problemset6.1 problem 4 A = matrix(QQ,[[2,1],[1,7]]) B= matrix(QQ,[[-2,5],[0,8]]) C= matrix(QQ,[[6,0,3],[1,0,-5]]) D= matrix(QQ, [[4,0,-4],[-3,4,9]]) print 6*C-5*C print 3*transpose(C)+2*transpose(D) #C-2*transpose(C) print "Undefined since order of C is not equal to order of C^t"
Solution by:
<Astrid>, <Lecturer>, <St. Francis Institute of Technology>
<Astrid>, <Lecturer>, <St. Francis Institute of Technology>
