Created
August 1, 2016 02:04
-
-
Save amir734jj/a2f7440e4ed5163fce11231dae019b1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ring ring1 = new Ring("x^2 + 23 *3y + x^3y^z"); | |
Ring ring2 = new Ring("x^2 + 23 *3y + x*3y+z"); | |
Ring ring3 = new Ring("x^2 + (23 *3y) + x^3y^z"); | |
Ring ring4 = new Ring("x^2 + (23 *(2 + x)*3y)+z"); | |
Ring ring5 = new Ring("2+16/2^4"); | |
Ring ring6 = new Ring("2+16/2^4*2"); | |
Ring ring7 = new Ring("2+16/2^4*2+(3-1*3-4^4^5)"); | |
Ring ring8 = new Ring("4^4^5"); | |
Ring ring9 = new Ring("4^4^5*3/3-1^4^5"); | |
Ring ring10 = new Ring("4^4^5*3/3-1^(4^5)"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment