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

END;
[\code]

Yes this works
CAS("sqrt(Matrix variable)");


Thank you this will make my calculations much faster. Thank you all once again!

Note: Whilst sqrt(matrix) can be useful, it's not the same as applying sqrt to each element.

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)