BookmarkSubscribeRSS Feed
bri11
Calcite | Level 5

how would you create a subroutine that accepts an nxn matrix, finds its inverse if the determinant is 0 or prints an error if the matrix's determinant isn't 0?

1 REPLY 1
Rick_SAS
SAS Super FREQ

Since you have asked several elementary questions, here is a link to an article that might help: How to learn SAS/IML: Five resources for the beginner - The DO Loop

In particular, tip #4 is relevant. When you write your funtion, you will need to use the

RETURN statement

IF-THEN/ELSE statement

DET function, and

INV function

BTW, your logic is backwards: if the determinant is NOT zero, you can compute the inverse.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 1418 views
  • 3 likes
  • 2 in conversation