Make a scatter plot from two lists
What does # mean in Mathematica?
How to use Mathematica functions in Python programs?
Selecting every n-th element from a list
Even Fibonacci numbers
How do I plot $x^2+y^2=1$ in 3D?
Code that generates a mandala
Make a scatter plot from two lists https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=21884
I have two lists of values xx = {0.1, 0.3, 0.35, 0.57, 0.88, 1.0} yy = {1.2, 3.5, 4.5, 7.8, 9.0, 12.2} I want to make a scatter plot (list plot) with xx as x ... [plotting]
asked by JACKY Li https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=2403 27 votes answered by Eric Thewalt https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=6313
40 votes What does # mean in Mathematica? https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=19035
I asked Mathematica to compute the following Solve[c (1-x)^2-x^(1/4) == 0, x] and it returned this: x = Root[#1^8 c^4 - 8 #1^7 c^4 + 28 #1^6 c^4 - 56 #1^5 c^4 ... [syntax] [core-language]
asked by ronanymous https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=5730 43 votes
answered by Dr. belisarius https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=193
72 votes How to use Mathematica functions in Python programs? https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=4643
I'd like to know how can I call Mathematica functions from Python. I appreciate a example, for example, using the Mathematica function Prime. I had search about MathLink but how to use it in Python ... [programming] [mathlink-or-wstp] [interoperability] [python]
asked by GarouDan https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=1058 70
votes Selecting every n-th element from a list https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=64003
I have a list: data = {4, 5, 7, 8, 9, 5, 3, 2, 1, 2, 13, 12}; I want to take those elements in the list which are located at equal distances, say, every third ... [list-manipulation] [filtering]
asked by Suro https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=20003 37 votes
answered by Szabolcs https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=12
34 votes Even Fibonacci numbers https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=37266
Today, I found the Euler Project. Problem #2 is Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: ... [number-theory] [project-euler]
asked by xyz https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=9627 34 votes answered by rcollyer https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=52
46 votes How do I plot $x^2+y^2=1$ in 3D? https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=10710
How would I plot $x^2+y^2=1$ in 3D (it would form a cylinder)? Since there is no $z$ in the equation, I can't solve for it and use Plot3D . Or can I just put the ... [plotting]
asked by diracdeltafunk https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=2282 7
votes answered by Mark McClure https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=36
14 votes Code that generates a mandala https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=136974
My little brother asked me to print original mandalas for coloring. I would like some idea on how to create them, but without color, so he can color them. examples [graphics] [programming] [generative-art]
asked by zeros https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=26849 76 votes answered by Anton Antonov https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=34008
100 votes