Post Reply 
Sqrt of matrix
04-11-2022, 04:24 PM (This post was last modified: 04-11-2022 04:26 PM by Amer7.)
Post: #6
RE: Sqrt of matrix
@StephenG1CMZ
This works when In CAS
@ parisse
@roadrunner
It works but I have to know the size of the Matrix.

The issue with my programs is when I get an assignment I never hav the same MatrixDimensions. There are a lot of calculations between the Matrices, that's why I have to write these programs.

How can I call CAS in normal program. Like if I have:

Code:
Begin
Local Nn3,Mm3;
Nn3:=M1+M2;

Now do I write?
#CAS
begin
Mm3:=SQRT(diag(Nn3));
END;
EDITMAT(Mm3,"SQRT values of diagonal elements of Matrix Nn3");
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Sqrt of matrix - Amer7 - 04-11-2022, 08:35 AM
RE: Sqrt of matrix - StephenG1CMZ - 04-11-2022, 12:43 PM
RE: Sqrt of matrix - parisse - 04-11-2022, 01:09 PM
RE: Sqrt of matrix - roadrunner - 04-11-2022, 01:12 PM
RE: Sqrt of matrix - parisse - 04-11-2022, 04:13 PM
RE: Sqrt of matrix - roadrunner - 04-12-2022, 12:58 AM
RE: Sqrt of matrix - Amer7 - 04-11-2022 04:24 PM
RE: Sqrt of matrix - StephenG1CMZ - 04-11-2022, 06:07 PM
RE: Sqrt of matrix - Amer7 - 04-11-2022, 06:24 PM
RE: Sqrt of matrix - StephenG1CMZ - 04-12-2022, 01:50 PM
RE: Sqrt of matrix - Albert Chan - 04-12-2022, 12:39 PM



User(s) browsing this thread: 1 Guest(s)