Post Reply 
Sqrt of matrix
04-11-2022, 01:09 PM
Post: #3
RE: Sqrt of matrix
Code:
apply(sqrt,[[4,1],[2,3]],matrix)
If you run sqrt() on a matrix, it will return a matrix that equals the argument once squared.
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)