Joined
Last Seen
-1 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 6
- Posts with Downvotes
- 2
- Downvoting Members
- 5
0 Endorsements
Ranked #72.8K
~210 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
I know you need your implementation in C but I hope this program in Python that I created is somewhat helpful. [CODE=Python] # ------------------------------------------------------------------- # Function: init # Purpose: Program's initialization function (i.e. Point of entry) # ------------------------------------------------------------------ def init(): print("") print("|-----| Matrix Multiplier |-----|") print("") print("Programmed by: Carlos Felipe …
The End.
Calipe