|
Consider the following scenario:
We have a number of sequential building blocks (e.g. 12 building blocks , ordered from 1 to 12), distributed randomly (but not necessarily equally) on a number of builders (e.g. 3 builders ). The builders are required ...
Started by Noor on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Have Pi(x in {x,y}) express the probability that player i choose x when facing a choice between x.
|
|
On Mon, 8 Jun 2009 15:58:58 +0200, "Johan" <johan.lyhagen@dis.uu.se
Hi,
I have the following problem.
I know the value of Spearman correlation, s, and know that for a sample size
n it is related to Pearson correlation, r by:
s = (6/(pi(n+1))...
Started by Johan on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
What is pi(n+1) ?
also use * for the multiply sign" <johan.lyhagen@dis.uu.se
Ok, sorry for that:
n is integer
pi = 4*arctan(1)
We know that r is bounded, -1=< r =<....
Johan.lyhagen@dis.uu.senews:4a2d1922$1@alca.its.uu.se...
|
|
Hi.
I'm not sure if there is a chance of getting my problem solved here but I will give it a go Been using way too much time trying to solve it myself :-/
The problem is finding a periodic even function on [0,2*pi] which has Fourier coefficients given...
Started by krull on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at mymathforum):
Meanwhile, try and post any hint you.
I'll try solving this, just give me some time since I'm not used to solving integral equations.
Delimiters in the comment so people can read what you are writing .
|
Ask your Facebook Friends
|
Help with solving Order of Ops Question I'm stuck on a question in my assignment that's asking me to create a program to calculate the Area-cubed of a cylinder knowing that
Pi = 3.14159 and Radius = 2.2
the formula is 4/3 Pi R^3
and this is the code I...
Started by Psyzen on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at cprogramming):
Looks more.
Of course it doesn't! haha thanks for the help.
Psyzen to the power of 3, but did not multiply by pi.
Plus, I note that you computed 2.2 to the power of 3, but did not multiply by pi.
To 1.25.
|
|
I am trying to solve laplace equation in 2D using the meshless method in matlab. My numerical solution does not agree with the analytical solution. But I can not figure out what I am doing wrong. I have attached my matlab code. The problem statement is...
Answer Snippets (Read the full thread at wilmott):
We have the boundary conditions as
ā^2 ā_(j=1)^NāC_j B_j (x,y)+k^2....
|
|
On Sat, 1 Aug 2009 15:45:28 -0700 (PDT), Nando <nando.portugal@gmail.com
Hy,
I'm solving this exercise where I'm suppose to do something like this
(I'm sorry if this is too obvious, but it wasn't to me):
sin(x) + cox(x)i = sin (pi/2 + x) + cos...
Started by Nando on
, 9 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
Camera http://www.....
Estimate of function
with CIs (GPS) ...
Sin(-x) = -sin(x) and cos(-x) = cos(x)
1024(2cos(pi/33(x)~list(~sin
(2*pi*x)+cos(2*pi*x)-1,lspline(x,type="sine0" ...
= 1024(cos(-pi/
3)+cos(pi/3) + i (sin(-pi ...
|
|
I'm an A-level student (I don't know what the US equivalent is sorry, I'm not an undergraduate is what I'm saying), and I've independently done a project on wave functions for a few simple stationary systems; particle in a box and quantum harmonic oscillator...
Started by tomothy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at physicsforums):
Since we know how each of those eigenstates evolve in time, it will be easy for us to figure out... .
A general wave function will be in a superposition of eigenstates .
The stationary states are just a good method to solve the Schroedinger equation.
|
|
Hi guys,
I have a couple of questions:
1. Say we have a heat equation u_t+u_xx=0 with a initial value function f(x)
I know that the solution is an integral of a convolution. But if f(x)==x would not u(t,x)=x be a solution of the heat equation? It might...
Started by drazil on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at mymathforum):
The fundamental solution as:
\begin{equation}
u(x,t)=\frac{1}{(4\pi t)^{0.5}}\int_{-{\infty}}^{+{\infty}}e}{\pi})^{0.5}
\end{equation}
which clearly doesn't satisfy the equation but satisfies the initial.
|
|
On Wed, 14 Oct 2009 19:06:32 -0700 (PDT), Mapsread <cw_chw@yahoo.com
Greetings,
I'm trying to teach myself contour integration/complex analysis and
finding it a little more challenging than I expected. To make a long
story short, it's not obvious...
Started by Mapsread on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Thus, the
integral from t=w to t = pi-w has magnitude <= R*exp(-rRc)/R * (pi-2w)
= (pi-2w)*exp(-rRc), so goes to t=w is <= R*w/R = w; and similarly....
So for any small w <= t <= pi-w, so |integrand} <= exp(-rcR)/R for such w.
|
|
On Thu, 7 May 2009 11:47:01 +0000 (UTC), "Andrew Mackenzie" <#macac#001#@students.unisa.edu.au
I am trying to find the value of t, when phi = 60? or pi/3 radians.
syms t
x = 8 + 2 * cos(pi*t);
alpha = atan(8/x);
beta = acos(sqrt(x^2 + 64) / 40)...
Started by Andrew Mackenzie on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
In mathematical, not programatical ....
Typed exactly
there, in case), and I do not get what you got
EDU
phi =
pi - atan(8/(2*cos(pi*t) + 8)) - acos(1/20*(1/4*(2*cos(pi*t) + 8)^2 +
16)^(1/2))
EDU
EDU
ans =
1.0000 - 1.1377i.
|