python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use the values from FindRoot?
Im trying to use FindRoot to mark points on a graph.
What I want to do is Draw a line on the graph at the x and y points of the max of the function using this:
g = 2 Sin[t];
g2 = FindMaxValue[g, t];
g...
Pingu
Votes: 0
Answers: 1
Mathematica equivalent of Pandas groupby and sum
I imported a World Health Organization (WHO) csv file with Covid-19 cases per country from January 2020 into Mathematica. The file is a table with "Date Reported", "Country Code", ...
Pedro Nogueira
Votes: 0
Answers: 1
WolframClient in Python: how to convert the output of wolframclient.evaluate into a sympy expression?
I'm using wolframclient in Python and at certain point of my computation I have an output like the following
(Plus[-9, Times[2, Power[Global`y, 4]]], Plus[Times[3, Global`x], Times[-2, Power[Global`y,...
dfgoe55
Votes: 0
Answers: 1
wolframalpha conditional solving
I try to put the following expression, but it cannot recognize the condition(assumptions). How can it be done?
solve[(abs[y-x] +abs[z-x] + abs[y-z] ) z, y, x Assumptions -> x<y<0<z...
Soner from The Ottoman Empire
Votes: 0
Answers: 0