User Portlet User Portlet

Discussions
I got this, but why not fit an ellipse to all points? Off[NMinimize::eit]; Off[NMinimize::lstol]; DynamicModule[{rng, ptk, szumx, szumy, final}, Panel[Column[{"Theta z przedzia?u od 0 do:", RadioButtonBar[ ...
how to add conditions for ellipse and hyperbolas to this app? q = {Off[NMinimize::eit]; Off[NMinimize::lstol]; DynamicModule[{rng, ptk, szumx, szumy, final}, Panel[Column[{"Theta z przedzia?u od 0 do:", ...
i tryied add this to my app q = {application code}; Show [q, q] but i have some problems, how to change this or replace with other function? i want to show 2 or 4 examples operating independently ![image][1] [1]:...
how to change the order so that the results showed that e = S = not 123 = S Manipulate[ParametricPlot[{a Cos[t], b Sin[t]}, {t, 0, 2 Pi}, PlotLabel -> {Style[{"a" -> a, "b" -> b}, 16], Style[{"= S" "\[Pi]" a b}, 16], ...
Can somebody make a aplication in mathematica with this conditions? Identification of unique characters used to write the text, and so needed the alphabet. In addition, specify the amount of occurrences of each of these characters in the string and...
Main function to create an ellipse:a*x^2 + 2*b*x*y + c*y^2 + 2*d*x + 2*f*y + g How to add a condition in one function to the three equations:\[CapitalDelta]=-c d^2 + 2 b d f - a f^2 - b^2 g + a c g J=-b^2 + a c I=a+c...