Group Abstract Group Abstract

Message Boards Message Boards

Error from NDSolve: PDE coefficient doesn't evaluate to numerical value

Posted 2 years ago

while I'm solving system of pde it is showing the error that "Equation or list of equations expected instead of "

Attachment

Attachments:
POSTED BY: Nithiya V
6 Replies
Posted 2 years ago

In that code I'm getting as "Pde coefficient {0,} does not evaluate to a numeric matrix of dimensions {1,2} at the coordinate {0.5,0.5}; it evaluated to {0.,} instead.I have attached the image of error I'm getting as well as the notebook

POSTED BY: Nithiya V

There is an anomalous, invisible character in your first equation:

In[12]:= op1 // InputForm

Out[12]//InputForm=
\:f870*Derivative[0, 1][v][x, y] + 
 Derivative[1, 0][u][x, y]
POSTED BY: Gianluca Gorni
Posted 2 years ago

Thank you for your response. Now I'm facing another issue that I haven't use findroot but it showing the error on that part ill be attaching the notebook as well as the screenshot of what I'm getting as error.&

POSTED BY: Nithiya V
POSTED BY: EDITORIAL BOARD

You are missing an equals, that is, ==, in the long expression. Perhaps you want to set it equal to zero, or perhaps you accidentally deleted part of the equation.

POSTED BY: Michael Rogers
Posted 2 years ago

Thank you for your reply, sir. Now I'm getting another error sir I have attached screenshot

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