Questions tagged [wolframalpha]

Wolfram Alpha (also written WolframAlpha and Wolfram|Alpha) is an answer-engine developed by Wolfram Research

Wolfram|Alpha is an online service that answers factual queries directly by computing the answer from structured data, rather than providing a list of documents or web pages that might contain the answer as a search engine might. It was announced in March 2009 by British scientist Stephen Wolfram, and was released to the public on May 15, 2009.

Source: Wikipedia

257 questions
-2
votes
1 answer

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 PySimpleGUI as sg sg.theme('Dark…
TedDev
  • 3
  • 2
-2
votes
2 answers

Solve two equations with two unknowns parameters

I have these two equations and I want to find the values of these two parameters: 9.393e(16) = ((N*K)/(K + 0.0045))*(1 - exp (-(K + 0.0045)*120)) 1.376e (17) = ((N*K)/(K + 0.0045))*(1 - exp (-(K + 0.0045)*240)) How can I solve it in matlab or…
1 2 3
17
18