BookmarkSubscribeRSS Feed
kiyeo
Calcite | Level 5

kiyeo_0-1614014716375.pngkiyeo_1-1614014716377.png

 

5 REPLIES 5
Rick_SAS
SAS Super FREQ

Please read this thread 

https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Skew-Symmetric-Matrices/m-p/720432

about how to ask homework-type questions.

kiyeo
Calcite | Level 5
Dear, thank you in advance. But you recommend me is about skew-symmetric matrix what I need is to create an Involutory Matrix.  
Rick_SAS
SAS Super FREQ

Here is what I wanted you to read:

 

when you ask for help you need to show what you've tried so far. Explain what you know and what you are confused about. Post some PROC IML code that indicates how you are attempting to solve the problem.

 

 

Ksharp
Super User
proc iml;
A = hadamard(4)/2;
I=A**2;
print A,I;
quit;
Rick_SAS
SAS Super FREQ

If your question is answered, please mark an answer as "Accepted" and mark the question as "Resolved." Otherwise, please let us know what additional information you need.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 5 replies
  • 1460 views
  • 4 likes
  • 3 in conversation