Maple Convert Old Maple Code for Maple 10

  • Thread starter Thread starter mayeeta
  • Start date Start date
  • Tags Tags
    Maple
AI Thread Summary
Maple 10 is not recognizing certain terms and syntax that were used in older versions of Maple. Users are experiencing issues with the '+' operator, the concatenation operator '||', and the 'if' statement. There is a request for assistance in converting these terms to be compatible with Maple 10. The discussion highlights the need for clarity on syntax changes and potential solutions for users transitioning from older versions of Maple.
mayeeta
Messages
5
Reaction score
0
I just started using Maple 10(old computer is destroyed), and it doesn't recognize some terms that I used to use with older Maple. Can someone convert this for me? Many thanks.

code:
if type( f, '+' ) then return...
Maple 10 don't recognize '+'


print ('a['||i||']'= a)
Maple 10 don't recognize ||
 
Physics news on Phys.org
There is also this:

map(g-> 'if' (indets(g) minus {x}...)
Maple 10 don't recognize 'if'
 

Similar threads

Replies
5
Views
3K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
Replies
3
Views
3K
Back
Top