Uchiha Sasuke

@13s
1 Followers
2 Following
201 Posts
my semiprivate noteboard
We saw Holland only in riding post; and did not tarry much longer in Germany. All the women of rank there resemble important citadels, which must be besieged in form. They are to be reduced, but the approaches require so many measures, there are so many ifs and buts, when the articles of capitulation are to be settled, that those conquests soon tired me.
Real Colors
This Soma is a god; he cures
The sharpest ills that man endures.
He heals the sick, the sad he cheers,
He nerves the weak, dispels their fears;
The faint with martial ardour fires,
With lofty thought the bard inspires,
The soul from earth to heaven he lifts,
So great and wondrous are his gifts;
Men feel the god within their veins,
And cry in loud exulting strains:
We've quaffed the Soma bright
And are immortal grown:
We've entered into light
And all the gods have known.

#!/usr/bin/env wolframscript
(* LOGISTIC MAP BIFURCATION DIAGRAM. *)

x0 = 0.5;
logisticFunction[gr_, xi_] := gr * xi * (1 - xi);
points[n_] := Table[Nest[logisticFunction[gri, #]&, x0, 1000 + n],
{gri, 3, 4, 0.0001}];
diagram = ListPlot[Table[points[p], {p, 0, 9}]];

Export["C:\\Users\\Cy***\\De***\\sc***\\bifurcation.png", diagram]

License: KPLv1.0 for what it's worth. https://raw.githubusercontent.com/13saints/licenses/main/KPLv1.0.txt for license document.
Wolfram Cloud Document

Wolfram Cloud
Nanowrimo 2020 day 3. #nanowrimo #nanowrimo20 #nanowrimo2020
#NaNoWriMo20 #nanowrimo
My fun side project - Notes From Underground . Multiple obvious references. One could even argue I'm plagiarizing. But nay, I'm stealing. That's an essential part of the learning process.
#nowreading Notes From Underground by Roger Scruton