- #1
WMDhamnekar
MHB
- 379
- 28
Sometimes to help describe one expression, another expression is shown that produces identical results. The exact equivalence of expressions is indicated with ‘ ≡’.
For example: rot90 ([1, 2; 3, 4], -1) ≡ rot90 ([1, 2; 3, 4], 3) ≡ rot90 ([1, 2; 3, 4], 7)
What is the meaning of 'rot90;?
What is the meaning of this example?
How to write equivalence relation in octave?
How does all of the above expressions have equivalence relation?
For example: rot90 ([1, 2; 3, 4], -1) ≡ rot90 ([1, 2; 3, 4], 3) ≡ rot90 ([1, 2; 3, 4], 7)
What is the meaning of 'rot90;?
What is the meaning of this example?
How to write equivalence relation in octave?
How does all of the above expressions have equivalence relation?