Linked Questions
17 questions linked to/from All curves in plot have the same style. Cannot be fixed with Evaluate[]
0 votes
1 answer
440 views
Correct definition of a function to be passed to Nintegrate [duplicate]
If I type the following code ...
1 vote
0 answers
308 views
How to Plot a function that returns multiple values? [duplicate]
I have a function that returns multiple values, like this: f[x_] := ( (*... something ... *); {y1, y2}); They are computed together, so there's absolutely no ...