Troubleshooting Mathematica 5: How to Fix Common Issues with Solving Equations

  • Context: Mathematica 
  • Thread starter Thread starter KenKEN Stone
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
KenKEN Stone
Messages
2
Reaction score
0
When i input "Solve[{ax + by == 0, cx + dy == 1}, {x, y}]", the machine answered "{{}}", the answer is not what i want, i want to know if my mathematica 5 has some problems.
 
Physics news on Phys.org
Make sure you put a space between the factors like e.g. the "a" and the "x" in "a x". Otherwise Mathematica will see a variable "ax" which is not the same as "a" times "x"