Matrix Identity in C++
Write a function in c++
Isidentity (t)
t is two dimensional array.
(int t[rwos] [columns]
return true, if it is an identity matrix,
return false if it is not
like example
square tolls colum
all 1's on principal diagonal, otherwise 0's
1 0 0
0 1 0
0 0 1
Note: This is a c++ question. This is not a math questions.
By OTA: Israel Kovner, PhD
OTA Rating: 5/5
Your Price: $2.19 (original value ~$3.99)
What's included:
Page generated in 0.0178 seconds