Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
11 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Error messages are not visible in Mathematica 10?

Posted 5 years ago

I have written a code in Mathematica 10, but I am unable to see the error/warning messages. The right side of the whole code is showing me as red color. How can I show the error messages. Already I have checked similar questions in website and have done all the necessary steps. Still now I could not find solutions to see the error messages.

Thank you in advance.

POSTED BY: Surath Ghosh
11 Replies
Posted 5 years ago

If you are a beginner, consider reading Stephen Wolfram's An Elementary Introduction to the Wolfram Language. It is available online for free here.

POSTED BY: Rohit Namjoshi
Posted 5 years ago

Most likely syntax errors. Hard to say without looking at the code. Edit your post and add the code as text (not an image).

POSTED BY: Rohit Namjoshi

Thank you very much. How can I fix that?? Please tell me.

POSTED BY: Surath Ghosh
Posted 5 years ago

In the attached notebook, evaluation of exp1 fails.

POSTED BY: Rohit Namjoshi

Hello Sir, I have modified my code but there is an error message like FindRoot::nlnum: The function value <<1>> is not a list of numbers with dimensions {4} at {x5,x6,x7,x8} = {0.,0.,0.,0.}. >>. Please check that.

Attachments:
POSTED BY: Surath Ghosh

Okay. sure sir. Thank you.

POSTED BY: Surath Ghosh

Welcome to Wolfram Community!
Please make sure you know the rules: https://wolfr.am/READ-1ST
Please next time link your post to the duplicated one from MSE site.

POSTED BY: EDITORIAL BOARD

Actually I am beginner that's why I made so many mistakes. Thank you very much for helping me.

POSTED BY: Surath Ghosh
Posted 5 years ago

Crossposted here.

POSTED BY: Rohit Namjoshi
Posted 5 years ago

There are a lot of errors in the notebook.WL is case sensitive so sqrt, tanh, for and many other names need to be capitalized. Functions are defined and called with square brackets Sqrt[arg] not Sqrt(arg), f2[x1_, x2_, x3_, x4_] not f2(x1_, x2_, x3_, x4_)...

Rather than using a single cell, put each expression in its own cell, remove the trailing ; and make sure it has no syntax errors and evaluates correctly.

POSTED BY: Rohit Namjoshi

Thank you very much for your kind reply. I have attached the code.

Attachments:
POSTED BY: Surath Ghosh
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard