Skip to main content

All Questions

5 votes
1 answer
233 views

Colouring Bifurcation Diagram

I need to plot the bifurcation diagram for the function given below. g[x_, r_] := 6 x^2 + r x^4 + x^6 Plot[g[x, -4.9], {x, -2, 2}] Bifurcation Code for ...
user444's user avatar
  • 2,654
4 votes
2 answers
126 views

Representing pairs of values that lead to a constant

I have the following expression: $Q=\frac{\sqrt{rc}}{1+r(1+K)}$ Q and K are constant values. Basically I want to plot a graph that shows me all the combinations of r and c that verify the equation. ...
Granger Obliviate's user avatar