Rui,
impressive. You are a hard working man. :t Thank you for providing.
Gunther
Thank you, Gunther :t
Hi all,
-----------------------------------------------------------------------
LASTEST VERSION-----------------------------------------------------------------------
****--
The (powerful) Calculator v3.11.1 --****
(
calcula61.exe)
This is the lastest version and this is the powerful calculator
v3.11.1
---------------------------------------------------------------------
LINEAR EQUATION SYSTEMS WITH COMPLEX VARIABLES
NORM of a MATRIX
---------------------------------------------------------------------
Now, we may solve linear equation systems with complex variables,
and we may compute the norm of a matrix.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Systems of 2 complex variables x,y++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-------------
example 1-------------
type the following lines (for each one, press COMPUTE)
or copy and paste:
z1=1-i2
z2=2+i3
x1=3;x2=5;x3=-7;
x1 X+ x2 Y=z1; x2 X- x3 Y=z2;
X= 0.75+i7.25
Y= -0.25-i4.75
Determinant: -4.0+i0
----------------------------------------
PROOF: type the following lines ( press COMPUTE):
X1= 0.75+i7.25
Y1= -0.25-i4.75
w1= x1*X1+ x2*Y1
= 1.0-i2.0 = z1
w2= x2*X1- x3*Y1
= 2.0+i3.0 = z2
---------------------------------------
------------
example 2------------
type the following lines ( press COMPUTE):
z1 X+ x2 Y=x1; x2 X- z2 Y=x2;
X= 0.9302752293577981+i0.3009174311926605
Y= 0.2935779816513761+i0.3119266055045871
Determinant: -33.0+i1.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Systems of 3 complex variables x,y,z++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------
example 3------------
type the following lines (for each one, press COMPUTE):
z1=1-i2
z2=2+i3
x1=3;x2=5;x3=-7;
x+y-x3 z=z1; x2 x-iy+2z=20; (x1+ix2)x+2y-z=8;
result:
X= 5.4763271162123386-i2.6248206599713056
Y= -10.3565279770444763-i9.0616929698708752
Z= 0.8400286944045911+i1.3837876614060258
Determinant: 42.0+i32.0
-------------------------------------------------
------------
example 4------------
type the following line ( press COMPUTE):
x+y-x3 z=z1; x2 x-iy+2z=20; z2 x+2y-z=x1+ix2;
result:
X= 4.5773011617515639-i1.0393208221626452
Y= -4.5656836461126005-i3.1689008042895442
Z= 0.1411974977658623+i0.3154602323503127
Determinant: 54.0+i21.0
PROOF: type the following lines ( press COMPUTE):
X1= 4.5773011617515639-i1.0393208221626452
Y1= -4.5656836461126005-i3.1689008042895442
Z1= 0.1411974977658623+i0.3154602323503127
w1= X1+ Y1-x3* Z1
=0.9999999999999995-i2.0000000000000005 = z1=1-i2
w2=x2*X1-i* Y1+2* Z1
=20.0-i9.9746599868666408e-17 = 20
w3=z2*X1+2* Y1- Z1
=3.0000000000000001+i5.0000000000000002 = x1+ix2 = 3+i5
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Systems of 4 complex variables x,y,z,t++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------
example 5: real variables--------------------------------
type the following line ( press COMPUTE):
x+y+z+t=10; -x-y+2z+2t=20; 3x+2y-z-3t=8; -2x+y+z-5t=18;
X= 7.6666666666666667
Y= -7.6666666666666667
Z= 15.1666666666666667
T= -5.1666666666666667
Determinant: -36.0
type the following line ( press COMPUTE):
matA=[1,1,1,1; -1,-1,2,2; 3,2,-1,-3; -2,1,1,-5];
det(matA)=-36.0
The triangular matrix is correct
--------------------------------------------------------
------------
example 6- same as example 5------------
type the following line ( press COMPUTE):
x+y+z+t=10; -x-y+2z+2t=20; 3x+2y-z-3t=8; -2x+y+z-5t=18
+i0;
X= 7.6666666666666667+i0
Y= -7.6666666666666667+i0
Z= 15.1666666666666667+i0
T= -5.1666666666666667+i0
Determinant: -36.0+i0
----------------------------------------------------------
------------
example 7------------
type the following line ( press COMPUTE):
x+iy+z+t=10; -x-y+2z+2t=20; 3x+2y-z-3t=8; -2x+y+z-5t=18+i0;
X= 5.1111111111111111-i2.5555555555555556
Y= 0+i7.6666666666666667
Z= 15.1666666666666667+i0
T= -2.6111111111111111+i2.5555555555555556
Determinant: 0-i36.0
----------------------------------------------
PROOF: type the following lines ( press COMPUTE):
X1=5.1111111111111111-i2.5555555555555556
Y1=0+i7.6666666666666667
Z1=15.1666666666666667+i0
T1=-2.6111111111111111+i2.5555555555555556
W1=X1+i*Y1+Z1+T1
=10.0+i0
W2=-X1-Y1+2*Z1+2*T1
=20.0+i0.0000000000000001
W3=3*X1+2*Y1-Z1-3*T1
=7.9999999999999999-i1.9949319973733282e-16
W4=-2*X1+Y1+Z1-5*T1
=18.0-i0.0000000000000001
----------------------------------------------
------------
example 8------------
type the following lines ( press COMPUTE):
z1=1-i2
z2=2+i3
x1=3;x2=5;x3=-7;
z1 x+iy+z+t=x1-ix2; -x-z2 y+2z+2t=20; 3x+2y-z1 z-3t=8; -2x+y+z-5t=18+i2;
X= 5.2599406528189911-i7.4712166172106825
Y= 5.7750741839762611+i2.2890207715133531
Z= 16.267062314540059+i3.4747774480712166
T= -1.2955489614243323+i3.7412462908011869
Determinant: -46.0-i68.0
----------------------------------------------
PROOF: type the following lines ( press COMPUTE):
X1= 5.2599406528189911-i7.4712166172106825
Y1= 5.7750741839762611+i2.2890207715133531
Z1= 16.267062314540059+i3.4747774480712166
T1= -1.2955489614243323+i3.7412462908011869
w1= z1*X1+ i* Y1+ Z1+ T1
= 2.9999999999999997-i5.0000000000000001 = x1-ix2 =3-i5
w2= -X1-z2 *Y1+2* Z1+2*T1
= 19.999999999999999+i0 = 20
w3= 3* X1+2* Y1-z1*Z1-3*T1
= 8.0000000000000002-i6.0108168442596366e-16 = 8
w4=-2* X1+ Y1+ Z1-5*T1
= 17.999999999999999+i2.0000000000000002 = 18+i2
;«««««««««««««««««««««««««««««««««««««««««««««««««««
NORM of a MATRIX;«««««««««««««««««««««««««««««««««««««««««««««««««««
type the following lines ( press COMPUTE):
matA=[1,-2; -3, 4];
norm(matA)
we get:
norm -max. of the sum of each line (matA)= 7.0
norm -max. of the sum of each column (matA)= 6.0