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)
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
How to use Wolfram Alpha to find a set of solutions that hold for any variables in the domain
Say that x and y are real numbers and y > 0. And say that I want to find for which values of A do (A + x + y > 0) and (A + x - y > 0) always hold, as long as x, y are in the domain.
How would...
Obamafish
Votes: 0
Answers: 1
Api is stopping
I'm creating an Ai/Api it used to stop the window when I asked a question now it freezes. I got it working ll except I can't input more than once. I'm using PySimpleGui as my gui window creator. I can...
TedDev
Votes: 0
Answers: 1
No attr named query
Okay so I'm programming a Wolfram Alpha API and I added a res string with query and its giving me this error: AttributeError: 'str' object has no attribute 'query'
Here's the PyDa.py:
import PySimpleG...
TedDev
Votes: 0
Answers: 1