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
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 · 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"