Tagged Questions
Wolfram Alpha (also written WolframAlpha and Wolfram|Alpha) is an answer-engine developed by Wolfram Research
13
votes
4answers
206 views
How do I get the crosshair behavior of Wolfram|Alpha 2D graphics in Mathematica?
When the mouse cursor is over a 2D plot in Wolfram|Alpha, a pair of grey lines appear that help you read the coordinates off the x and y axes.
For example, I have the mouse over one of the turning ...
7
votes
6answers
394 views
Plural form of a word
Are there any API(s) which will provide a plural form of a certain word (e.g. cactii for cactus)
5
votes
1answer
157 views
Roughly how many times per day may WolframAlpha[] be used? [closed]
The integration of Wolfram|Alpha seems to be one of the (many!) major features of Mathematica 8. Earlier I was reading this Wolfram Blog archive and noticed quite a few articles talking about the use ...
4
votes
3answers
230 views
Complex wolframalpha ajax query
I want to write formulas in Mathematica format in my blog, inside tag's formula. What js should I use (and what libary), to replace those tag's, with http://www.wolframalpha.com/ search result image, ...
4
votes
3answers
313 views
How to make a small engine like Wolfram|Alpha?
Lets say I have three models/tables: operating_systems, words, and programming_languages:
# operating_systems
name:string created_by:string family:string
Windows Microsoft MS-DOS
Mac OS X ...
3
votes
5answers
169 views
How to modify OUTPUT font type?
Is it possible to change the OUTPUT font type instead of the default one? How?
This is my default stylesheet: http://filefactory.com/file/cfc2cb0/n/blueOutput.nb
Thanks!
3
votes
2answers
138 views
R interface to wolfram alpha
The wolfram alpha web interface suffers (like Mr. Wolfram) from massive hubris. There is some very useful data behind that interface; however, and I'd like to access it programmatically. There ...
3
votes
6answers
632 views
Uses for Wolfram Alpha in programming
Now that Wolfram Alpha is released, I am interested in finding out if it can be used as a time-saver in daily programming.
What would you use Wolfram Alpha to do, that earlier took you more time to ...
2
votes
5answers
113 views
Check if two math answers are equivalent
I'm writing a small app in python which lets users answer math questions. The problem I'm having is checking their answers.
Say there's a question like: "Factorise x^2 + 3x +2"
There are different ...
2
votes
3answers
524 views
How to calculate the convolution of a function with itself in MATLAB and WolframAlpha?
I am trying to calculate the convolution of
x(t) = 1, -1<=t<=1
x(t) = 0, outside
with itself using the definition.
http://en.wikipedia.org/wiki/Convolution
I know how to do using the ...
1
vote
1answer
63 views
How do I tell Wolfram Alpha that I want it to compute the terms of an integer sequence?
I want to compute a list of the terms of the sequence
(14747-40*n)/(2621440*(41-n)), n from 1 to 40
I tried entering the above in Wolfram Alpha, and it plots me a graph of the function. This isn't ...
1
vote
1answer
986 views
WolframAlpha: Solve Multiple Functions
I'm trying to use WolframAlpha to solve for a variable.
I have
u(k, r) = (900-3k)r^(k-1)
and
s(n, r) = sum u(k, r), k=1 to n
and I want to solve for r with
s(5000, r) = -600000000000
I've ...
0
votes
1answer
70 views
Equation for 3D graphing of ellipsoid with that has 2 open ends opposite each other
The equation (X^2)/25+(Y^2)/25+(Z^2)/2=1 yields a 3D ellipsoid figure on WolframAlpha. However I am trying to find out how to enter an equation that will give me a form with the ellipsoid open at 2 ...
0
votes
2answers
66 views
How does WolframAlpha create pdfs on the fly from their pages? [closed]
How does WolframAlpha create PDFs on the fly from their pages?
0
votes
1answer
109 views
how to specify rotation angle in wolfram alpha
I want to draw pentagon rotated to an angle of 45 degree. How to write code for this shape?
0
votes
0answers
200 views
Loading information from API
I'm using the Wolfram|Alpha API and I'm trying to load the results in HTML format inside my view. I've got a EditText where you enter you're query and an enter button. When you're query is entered I ...
0
votes
0answers
207 views
Wolfram alpha return object
Some context
1. I'm trying to iterate through the full Wolfram API response for a query e.g. for query "yhoo analyst rating" i am trying to access the subpod that shows the pie chart. This is the ...
0
votes
1answer
640 views
how to specify domain of a function in wolfram alpha
Is there a way to specify the domain for a function in wolfram alpha? I have a function which I want to plot. I want to restrict the function f(x,y) = xy(3-x-y) to x>=0, y>=3 and y <=3-x
0
votes
1answer
154 views
Normalize data according to business entity (Legal name, class of business, DNS domain, company type)
I'm trying to normalize data and link records according to legal business entity name.
Where can I determine the legal business name, and general information about that company? I will have at ...
0
votes
1answer
344 views
Wolfram Alpha API wrapper for VB not working for C#
I'm using the Wolfram Alpha API wrapper for .NET at this location
http://products.wolframalpha.com/api/libraries.html
However it's written in VB.NET and written for version 1.0 of the API. It's ...
0
votes
3answers
194 views
how does wolfram alpha generate images with mathematical expressions?
I was just curious as to whether or not there's a library that converts mathematical expressions (non latex) to crisp looking images like wolfram alpha does.
For example, (n^2+5x+3)/n should output: ...
0
votes
2answers
285 views
How to design a Wolfram Alpha-like search engine?
I want to build a search engine that is similar to Wolfram Alpha. I want to insert a query and receive a response from a dedicated database, or multiple databases for multiple responses. Up until this ...
-1
votes
0answers
30 views
PHP parse XML from API [closed]
Possible Duplicate:
PHP what is the best approach to using XML? Need to create and parse XML responses
I am trying to incorporate a Wolfram Alpha API into my PHP application.
If you type ...