Post Reply 
Sqrt of matrix
04-11-2022, 06:07 PM
Post: #7
RE: Sqrt of matrix
Is this syntax of any help?
[code]
EXPORT RT()
BEGIN
M1:=[1,3,9];
M1:=CAS("sqrt(M1)");
PRINT(M1);

END;
[\code]

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website 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)