All Questions
3 questions
0
votes
1
answer
84
views
Using conditionals for a given function in Mathematica [closed]
I have two versions of a function (A and B)
When A fails, I get ...
3
votes
1
answer
2k
views
How to properly use conditionals inside NDSolve
Currently I am working with Mathematica to learn the program, and I'm confused what exactly is wrong with this code.
...
2
votes
5
answers
1k
views
How to leave function unevaluated programmatically?
Is it possible to write a function in such manner, that it can be either evaluated or left unevaluated?
This is a general question. Sample below is just a sample. No need to find solution for this ...