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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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