Reputation: 125
I have octave version 6.3. I don't have lsode package in-built. From which repository, i can install it in octave?
My second question: 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?
Upvotes: 0
Views: 56