Convert Old Maple Code for Maple 10

  • Context: Maple 
  • Thread starter Thread starter mayeeta
  • Start date Start date
  • Tags Tags
    Maple
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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'