1
Speak up, people. It’s my first post here so it’s bad if there’s a mistake. I started doing ADS facul a short time and with a lot of difficulty in a Matrix exercise in C language. The Exercise is as follows:
- Make a program that, given a square matrix of order 3 manages: a. Matrix of identity b. Matrix with all elements equal to 1" This was the most I could think of, after that nothing comes to mind to try to effect what is asked in the exercise.
What a mistake I made asking my question?
– anonimo
Important you [Dit] your question describing better in which step you are in doubt (and images should not be used for code). To better enjoy the site, understand and avoid closures and negativations worth reading What is the Stack Overflow and then the Stack Overflow Survival Guide (summarized) in Portuguese.
– Bacco
If it is to generate matrices as requested in (a) and (b) then do not need to do any reading, just assign either 0 or 1 to each element of the matrix.
– anonimo