+ 3

Which Language is this?

p = Join[{ If[x < t, 1/3 x^3, 100], If[x < t, 1/2 t x^2 - 1/6 x^3, 100]}, Table[1/2 (x^2) t + y0, {y0, -10, 40, 0.9}]]; Export["plot.gif", Table[Plot[p, {x, 0, 10.6}, PlotRange -> {0, 10.6}, AspectRatio -> 1, PlotRangeClipping -> True, PlotStyle -> PadRight[{Directive[Thickness[Medium], Red], Directive[Thickness[Medium], Green]}, 60, Directive[Gray, Dashed]], Exclusions -> {t}, ExclusionsStyle -> None, ImageSize -> 500, AxesLabel -> {x, y}, Epilog -> {Line[Flatten[ With[{\[Epsilon] = 0.025}, Table[{{x - \[E

20th Nov 2017, 1:29 PM
Bijay Shah
Bijay Shah - avatar
4 Respuestas
+ 7
@pegasus thanks
21st Nov 2017, 5:48 AM
Bijay Shah
Bijay Shah - avatar
+ 6
actually it is written in Wikipedia animation source code ,so Copy pasted it.
21st Nov 2017, 3:20 PM
Bijay Shah
Bijay Shah - avatar
+ 4
My guess is Swift
20th Nov 2017, 3:11 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
It's only a guess. I remember swift using those arrows but I can be wrong
21st Nov 2017, 5:54 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar