Tagged Questions
1
vote
3answers
99 views
point-wise transform of `Plot`
Suppose I have the following plot:
Plot[(1 - p2)^2/(p2^2 + (1 - p2)^2), {p2, 0, 1}, AxesLabel -> {"p2", "p1"}]
Now I want to do a point-wise transform to ...
0
votes
1answer
46 views
Reflection transform of function [duplicate]
I am trying to find the reflection function. Here is my function and its graph.
...