|
Size: 436
Comment: matrix is symmetric.this generalises hermitian is symmetric.
|
← Revision 6 as of 2010-12-17 09:30:35 ⇥
Size: 435
Comment: Conflict resolved
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from Kreyszig-7.4 example1 | |
| Line 21: | Line 22: |
| Line 24: | Line 26: |
| * <Your Name>, <Profession>, <Organization> * <Your Name>, <Profession>, <Organization> |
* shivashankar.v, student, vignan college |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
a=matrix([[4,1-3*i],[1+3*i,7]]) print a b=matrix([[3*i,2+i],[-2+i,-i]]) print b a.transpose() c=a.transpose() print c a==c
Solution by:
- shivashankar.v, student, vignan college
