facing problem to write a piecewise function #2900
-
Below I attach a small code for a function. I am not able to write it properly, it shows an error. u_exact (x,y)= {(10x,0) for 0≤x≤0.1, y=,1
error
|
Beta Was this translation helpful? Give feedback.
Answered by
connorjward
May 1, 2023
Replies: 2 comments 3 replies
-
please help! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks it works well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you want lowercase
conditional
instead ofConditional
. Does that fix things?