0

I am currently trying to convert a code from mathematica to maxima. I keep coming across (* ::Input:: *) and i am not sure what it means. I would appreciate any help.

sr01853
  • 6,043
  • 1
  • 19
  • 39
user1558881
  • 225
  • 1
  • 6
  • 14

2 Answers2

2

(* <anything> *) means comment.

Like /* <anything> */ in C++.

Dims
  • 47,675
  • 117
  • 331
  • 600
0

See the documentation here. You may also start here, with a search engine into Mathematica documentation.