Wolfram Alpha (also written WolframAlpha and Wolfram|Alpha) is an answer-engine developed by Wolfram Research
0
votes
0answers
8 views
Wolfram Alpha API Access for File Uploads
Does the Wolfram Alpha API support access to file uploads and tabular data?
Here's a list of the supported file type uploads: http://www.wolframalpha.com/input/pro/uploadexamples/
-1
votes
0answers
28 views
Parsing a search term, WolframAlpha style [closed]
I couldn't find a better example of what I'm looking for than WolframAlpha. Users type in what data they are looking for in a myriad of ways but the engine is able to parse and understand most of the ...
0
votes
1answer
37 views
Can't generate plot in Wolfram Mathematica 8
I have this function: Plot[{(sin (x)), (sin^2 x)}, {x, -2*[Pi], 3*[Pi]}]
When i'm trying to execute this function in Mathematica, i've got only this graph:
How can i set to see the lines of the ...
0
votes
2answers
99 views
Get IMG SRC info to show image
I have the following code that gets some information from the wolframalpha api:
<?php
if(isset($_POST['q'])){
include 'WolframAlphaEngine.php';
$engine = new WolframAlphaEngine( ...
0
votes
1answer
33 views
Wolfram Alpha PHP API Script not Displaying Equation Results
I have the following code that gets results from Wolfram Alpha:
<?php
include 'WolframAlphaEngine.php';
$engine = new WolframAlphaEngine( 'API-KEY' );
$resp = $engine->getResults("2+2");
$pod ...
1
vote
1answer
40 views
Wolfram API javascript cross origin sharing issue
How do I get wolfram's api requests to work? I just get cross-origin errors and a blank response: "XMLHttpRequest cannot load http://api.wolframalpha.com/v2/query?input=No&appid=xxx. Origin ...
0
votes
2answers
98 views
Maximizing function with constrains in MatLab
I would like to maximize this function in MatLab - http://goo.gl/C6pYP
maximize | function | 3x+6y+9z
domain | 12546975x+525x^2+25314000y+6000y^2+47891250z+33750z^2<=4000000000 | for | x y z
But ...
1
vote
1answer
57 views
Wolfram Matematica: set NIntegral's domain with Table
I would like perform an NIntegrate in Wolfram Mathematica in n-dimension, for example making the NIntegrate of the 9-dimension function:
p=Product[(1+x[i])^((-1)^i),{i,0,9}]
so I thought to set the ...
0
votes
0answers
18 views
Can I do this sum with wolframalpha?
I'm trying to make this calculus with wolfram alpha, but I don't know, I had tried anything. It's posible get this:
let Sum = f + (integrate f dx ) + (derivate f ) where f = ...
0
votes
1answer
81 views
Python Xml Parsing for Wolfram Api
I'm trying to get the out put of the wolfram api using a python xml parsing script. Here's my script:
import urllib
import urllib.request
import xml.etree.ElementTree as ET
...
1
vote
1answer
191 views
Wolfram Mathematica solving a particular equation
I'm using Wolfram Mathematica 8 and I want to make it solve this equation for the variable t:
It probably involves using variables with longer names and having subscripts
0
votes
0answers
48 views
Seven different random integers with WolframAlpha
How can I make WolframAlpha to generate 7 different random integers between 1 and 39? Is it possible to make WolframAlpha to include some kind of a time/date stamp with its output?
Thanks!
2
votes
1answer
260 views
bode plot in J (right half plane zero, second order)
While working on Exercise 6.5 of Ch06 in Dr. Middlebrook's D-OA method, I tried to make bode plot of the transfer function:
bodeplot[s/100+100/s*(1+10/s)] (input to wolframalpha)
in J
Somehow ...
-1
votes
2answers
271 views
Convert ANY sentence to text with windows speech [closed]
Currently I have a C# program that takes speech using the MS Windows Speech Recognition (SR) System, converts it to text, sends the question as text to Worlfram Alpha, and then reads the text-based ...
0
votes
0answers
92 views
limit of sum in wolfram alpha
I'm not sure if this is the right place for this, please tell me if this is so.
Somebody wanted my help to find a value of a sum. We tried and got a strange result. So, trying to figure what is the ...
0
votes
1answer
116 views
WP8 + WolfframAPI
I'm trying to use the Wolfram Library on a WP8 app, and am getting this error, as soon as it gets into the function that uses it, before it even starts the function.
Type 'WolframAPI.WAResult' ...
4
votes
2answers
1k views
How do you input piecewise functions into wolfram alpha?
I've tried several approaches, such as defining a function f(t) at certain values, and then using f(t) in my equation, but nothing has worked for me thus far. I love using wolfram alpha, it is an ...
0
votes
3answers
314 views
Could we get different solutions for eigenVectors from a matrix?
My purpose is to find a eigenvectors of a matrix. In matlab, there is a [V,D] = eig(M ) to get the eigenVectors of matrix by using: [V,D] = eig(M ). Alternatively I used the website wolframealpha ...
0
votes
0answers
115 views
Wolfram Alpha api return xml issue
I am having a big trouble utilizing the wolfram alpha api into my project and my brain is almost dead for this issue.
I tried to display their return data in my page and it seems like there are weird ...
-1
votes
1answer
181 views
How to parse return data from the wolfram alpha [duplicate]
Possible Duplicate:
Extracting HTML from an XML file using simpleXML
I am trying to apply Wolfram Alpha API to my project and I am really stuck on this problem.
The return data from their ...
0
votes
0answers
45 views
Wolfram Alpha return data hyperlink issue
I am trying to apply Wolfram Alpha to my project and I am having trouble to setup the return data from their api.
In their return data, they have several hyperlink that can connect the browser to ...
0
votes
0answers
145 views
Wolfram Alpha api issue
I am trying to apply wolfram alpha api into my application.
I want to get the return data with html,image format using the following url
http://products.wolframalpha.com/api/explorer.html
If I type ...
0
votes
1answer
134 views
Wolfram Alpha php implementation issue
I am trying to implement Wolfram Alpha API to my application. I download their language library and load their sample page in my browser.
However, I got
Warning: ...
0
votes
3answers
150 views
How can Wolfram Alpha compute the divisors of 2305843008139952128 in less than a second?
I am trying to find the divisors of a huge integer I have made a question about that in Haskell but Haskell is not fast enough. I put the above number in Wolfram Alpha and the result was immediate. ...
8
votes
4answers
1k views
Parsing natural language ingredient quantities for recipes
I'm building a ruby recipe management application, and as part of it, I want to be able to parse ingredient quantities into a form I can compare and scale. I'm wondering what the best tools are for ...
0
votes
0answers
51 views
Extracting the coefficents of a complex polynomial using wolframalpha
I have a complex polynomial:
u+h=t*-((u-tc^2)/(2tc)) + ((u-tc^2)/c)*-((u-tc^2)/(2tc))
...where everything except t is a constant.
I can see this is a polynomial, and I know how to ask ...
1
vote
1answer
291 views
how do I do a symbolic LU decomposition on a 6x6 matrix with parameters? [closed]
hello i need to find the decomposition of this matrix
Matrix
but as you can see wolfram dose not solve it.
it is strange because for example it can solve this one:
Matrix solvable
which contains ...
1
vote
2answers
720 views
C# Wolfram aplha API working example
I have been trying to get the Wolframalpha API for C# working to no avail. I have been trying to use these two resources:
Stack Question
Wolfram API demos
The answer in the post was semi helpful ...
1
vote
1answer
477 views
what is the method for WolframAlpha to get the integer solution of indeterminate equation?
To input " 1/x+1/y-1/xy^2 = 3/4 " in wolframalpha ,It can get the integer solution Integer solution: x = 2,y = 3
How it get?
0
votes
0answers
264 views
How to execute a “Mathematica” query to Wolfram Alpha API?
I need to execute this query:
ListLinePlot[
MovingAverage[FinancialData["GE", "Jan. 1, 2000", "Value"], 100]]
But if I enter it in "API explorer" doesn't recognize my input. Do you know why?
...
0
votes
1answer
814 views
Reference System.Data.Services.Client
I'm using VS C# 2010 Express and I am trying to use the code from this post but I am getting an error on the import:
using System.Data.Services.Client;
I tried to add a reference to it but can't ...
1
vote
1answer
136 views
Can i upload a AMPL file to Wolfram Alpha and let it solve it?
I have a AMPL code and i need an web-based solver that return me results in a JSON/XML format. Can i do this with Wolfram Alpha API?
3
votes
2answers
153 views
Why does this expression substitution not work?
I want to use wolframalpha to find the probability of a line y = a x + b passes through the point [2,8], when a and b are determined by fair dice roll.
This does what i want:
Count[Flatten[Table[a 2 ...
2
votes
5answers
334 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 ...
14
votes
4answers
456 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 ...
3
votes
5answers
431 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!
0
votes
1answer
759 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 ...
1
vote
1answer
292 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 ...
2
votes
3answers
5k 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 ...
3
votes
2answers
386 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 ...
0
votes
2answers
125 views
How does WolframAlpha create pdfs on the fly from their pages? [closed]
How does WolframAlpha create PDFs on the fly from their pages?
12
votes
5answers
2k 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)
0
votes
1answer
308 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
1answer
454 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
1answer
2k 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
2answers
326 views
Normalize data according to business entity (Legal name, class of business, DNS domain, company type) [closed]
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 ...
1
vote
1answer
813 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
319 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 ...
4
votes
3answers
410 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, ...
5
votes
3answers
463 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 ...
