4
votes
Finding asymptotes of a function defined by a relation of two variables
Linear asymptotes are determined by the top degree terms, which can be obtained by homogenizing with a new variable and then setting it to zero.
...
3
votes
Accepted
Finding asymptotes of a function defined by a relation of two variables
I think this is a good use case for AsymptoticSolve:
...
2
votes
Visualizing Different Coordinate Representations of Complex Numbers
The same spiral pl is depicted on the three coordinate systems.
A detail near the origin for elliptic coordinate system is added.
...
2
votes
Visualizing Different Coordinate Representations of Complex Numbers
You could draw coordinates lines. Assume that the coordinates are named u and v. Then we can draw u-lines for fix u and variable v as well as v-lines vor fixed v and variable u. If we interpolate the ...
2
votes
Log-scaled bar legends in both directions
It's not really clear to me what you're trying to achieve. You have so many randomizing options that they seem to be sort of interfering with each other. But I might be able to help you get started ...
2
votes
Accepted
Visualizing multiple paths to infinity in the complex plane using Mathematica
We may define a function that maps the plaine R^2 to a sphere by:
map[pt_List] := With[{s = Total[pt^2]}, Append[ pt, s]/(s + 1)];
Then we can define an arbitrary ...
1
vote
Accepted
Easiest way to adjust the plot tick lines
The following doubles the length of ticks by 2 x3 in the code and deletes one of 0 by ...
1
vote
How can I generate the $z^2$ grid-mapping diagram (rectangular grid → curved grid)?
Just to participate:
...
1
vote
Log-scaled bar legends in both directions
Focusing just on creating a bar legend and associated color function. Here is an example. I'm using Sqrt instead of Log because ...
1
vote
Extract tick values from a BarChart
I don't have access to version 10 at the moment so cannot check, but by checking version 14.3, I found that, the current setting of Frame option for the generated ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
plotting × 16440graphics × 2018
differential-equations × 1033
graphics3d × 955
list-manipulation × 855
color × 749
legending × 722
equation-solving × 635
manipulate × 616
labeling × 470
calculus-and-analysis × 466
functions × 452
regions × 443
numerical-integration × 342
parametric-functions × 327
complex × 324
bugs × 316
visualization × 310
ticks × 302
export × 277
filling × 257
animation × 230
data × 225
logarithmic-scale × 222
probability-or-statistics × 194