wolfram-alpha interview questions
Top wolfram-alpha frequently asked interview questions
I tried to multiple plot in WolframAlpha using this command from the Forum:
plot {1<=x<=2 1<y<3} and plot {x=4 1<y<3} and plot {1<=x<=2 y=4} and plot {x=4 y=4} and plot {1<=x<=2 5<=y<=6} and plot {x=4 5<=y<=6}
But it's not working. Where is my mistake?
Source: (StackOverflow)
How can I write this expression into Wolfram Alpha?

I have read the vector examples page on Wolfram Alpha's homepage, but I didn't know which method to use.
Source: (StackOverflow)
How do I make Wolfram Alpha transform (-1)^n + 1, where n is an integer, into 0 for n = 2*k + 1 and 2 for n = 2*k? Is there something like that?
Source: (StackOverflow)
Could someone tell me how to get WolframAlpha to graph/plot/show graphic of this:
16<=x^2+y^2+z^2<=25 ; x,=0
This did not work:
3dplot[x^2+y^2+z^2]
Source: (StackOverflow)
Is it possible to plot a simple scatter graph of points without any joining lines or lines of best fit?
I have tried to use ListPlot
but it just interprets that as plot
which causes the points to be joined with lines.
Source: (StackOverflow)
I recently started learning about floating point arithmetic and a how computers have limited precision when dealing with such calculations.
To what degree of accuracy can Wolfram alpha output computations?
I was hoping to check the accuracy of some calculations in C++ by comparing them to answers outputted by Wolfram Alpha.
Source: (StackOverflow)
I am new to Wolfram Alpha.
Doing my best, still I don't know how to use a variable with a length higher than one. Here I use a variable called ba
while wolfram alpha interprets that as b*a
instead of a single variable.
link
Source: (StackOverflow)
Is there a way to plot 3d vector functions (also known as vector-valued functions) in Wolfram|Alpha? I know it's possible to plot regular vectors, by typing in vector {2,5,3}
for example, but I would like to be able to plot an equation like r(t) = <2t, cos(t)^2, t>
. I've looked at the wolfram alpha documentation, and haven't been able to find a way to do this. However, WA sometimes uses different terminology than I'm used to, so it's possible there's a way and I just don't know how to articulate it to WA. Has anybody had any success doing this, or have any suggestions for how to figure it out?
(What I'm looking for is something like this:)

Update:
It seems, based on my external research and the lack of responses here, that there is no way to do this with Wolfram Alpha. So, new question: is there any web app that can do this?
Source: (StackOverflow)
Google is able to do simple to medium mathematical calculations but Wolfram Alpha is like Mathematica online. What I would like to do is test the limits . Such as what syntax is defined and what is not.
From the examples they have given , lets pick the Engineering Section. It is lacking in my opinion. Based on the mathematical functions like solving ODE's, simple addition and so forth ... I cannot understand why they do not have more Engineering examples.
Case
Carbon Steel
This returns physical, mechanical and thermal properties (inclusive of thermal conductivity).
But where can I find the extended syntax to know what I can add or not add ?
For example I only got this by trial and error.
NPS 1 inch steel 25ft
I know this engine is possible of doing more than I am seeing. I just want to know where is the push more button/section.
Source: (StackOverflow)
I'm trying to generate some simple plots of shapes on the coordinate plane using Wolfram Alpha. I've had success with plotting the shape, but sometimes the plot output doesn't look nice. For example, the following plots the vertices of a rhombus on the coordinate plane:
Plot {(-5,3), (-1,0), (-1,-5), (-5,-2) (-5,3)}
However, the plot is distorted because
- the y-axis is shown at x = -5; and
- the scale for the x-axis doesn't match the scale for the y-axis.
As a result, my rhombus doesn't look like a rhombus. Is there a way to control what portion of the coordinate plane Alpha plots on? I've tried adding
on x:[-8,8] y:[-8,8]
at different points in the command, but that won't work. Anyone know the secret?
Source: (StackOverflow)
How can you find the plane of four points by WolframAlpha?
Example
plane((0,0,0),(2,-1,-1),(4,-2,-2),(8,-4,-4))
should give me x + y + z = 0
.
Source: (StackOverflow)