Mathematica Errors when solving an equation

  • Thread starter Thread starter Sokolov
  • Start date Start date
  • Tags Tags
    Errors
AI Thread Summary
In Mathematica, using a single "=" assigns a value to a variable, while a double "==" is used for logical equality tests. This distinction is crucial for avoiding errors when entering equations. New users may find Mathematica's syntax unconventional, but with practice, it becomes clear and efficient to use.
Sokolov
Messages
14
Reaction score
1
I'm new with Mathematica and I'm not sure why when I enter this equation an error happens. Could anyone please help me with it?

1587900837349.png
 
Physics news on Phys.org
You need to replace your “=“ with “==“. The single “=“ sets the thing in the left to the value on the right. The double “==“ is a logical test of equality and returns True if the left side is equal to the right.
 
  • Like
Likes Sokolov
Okay, how basic was it... Thank you!
 
  • Like
Likes Dale
No problem. The syntax of Mathematica is a little unusual and takes some getting used to. But once you do get used to it it is very clear and concise and nice to work with.
 
Back
Top