You are not logged in.
Can you solve
0.251251251251...
first?
1000/x -> 251
x - >4 ?
This is how Phi is solved?
Why was it so important to philosophers?
If A > pi/2 however, CosA = - Cos(pi-A)
Make up the angle Cos(pi-A) by extending b or c until you form a straight triangle with C or B and a
You then have a bigger straight triangle and a smaller one sharing the same straight line which can be calculated using SinA
Samiliar calculation goes and you will arrive at the same equation.
make up a straight triangle with angle A and line c and you can arrive at this equation:
aa - (b-cCosA)^2 = cSinASinA
using Gougu theorem.
This equation is equivalent to the theorem you mentioned.
tan(a+pi/2) = sin(a + pi/2) / cos(a+pi/2) = cos(a) / -sin(a) = -1/tan(a)
Each hand you either win to get two bets back or lose to get nothing back.
So 98% return means you have 49% chance to win
49% * 2 + 51% * 0 = 98%
This is definition of "Expectation" in probability
using similiar logic: Suppose you win X hands in 4500:
2*X + 0 = 4560
X = 2280
Thus the new system gets you winning probability of 2280/4500
And you can compare it to 49%
If your problem is to calculate length before cutting on rectangle objects,
knowledge on sines and cosines would help:
https://www.mathsisfun.com/algebra/trigonometry.html
Hello Everyone!
I need to draw a logo representing the earth in the solar system
It looks like this:
1) An perfect circle to represent the earth
2) a 22.5 degree slanted ellipsoid to represent the equater on the earth
3) several longitude lines from north pole to south pole that intersects with equater
Can you model equater and longitude lines by elliptic equations?
Any help is appreciated
I think for the second part, it is important to vectorize the equation and write out the dependence of z on the other two:
(x, y, 1-x-y)'
Thus if you multiply the transformation matrix to this vector
It will be:
x+y-1+x+y
3x+3y-1+x+y
5x+5y-1+x+y
=
2(x+y)-1
4(x+y)-1
6(x+y)-1
=
2p-1
4p-1
6p-1
=
t
2t+1
3t+2
Recently I had a hard time to educate coders that float numbers cannot be used in finance because of lack of accuracy.
They are all educated in a prestigious university specializing in computer science.
However the good old fundamentals seem to have gone from the courses they have taken, and from the coding field in general.
What is a float number?
A binary number with a given bits allowed before the binary point and after it.
For example:
110.0
-0.00001
The former will transform to decimal as 8+4=12,
while the latter will transform to decimal as -1/32 or equivalent.
The integer part is fine from and to decimal 12 <-> 110
But the fractional part (less than 1) has a natural inaccuracy
In decimal if you have a finite fraction that could be some integer multiple of power of 1/10
0.4
or 0.44
you will find it is not possible to transform it to finite fraction on 1/2
0.4 = 0.25+0.125+(0.025) = 0.25+0.125 + 0.015625+0.0078125 +(0.0015625)
-> 0.01100110011...
Of course the computer will simply cut off from some digits after the point
Thus you if you type in a float 0.4 into the computer, it looks as if normal 0.4,
but it will show off inaccuracy at the long end if you multiply a simple integer to it, say 3.
Because the programming language knows it will generally be inaccurate and usually round the last digit before presentation.
As you magnify the discrepancy by the multiplication, the programming language tells the little secret off.
The solution?
Almost all programming language and traditional database have a "decimal" number type.
A "decimal" number is actually two - the integer of the the number string, and the number of figures after the decimal point.
3.14 = Dec(314,2)
Thus the decimal is perfect for financial calculations to store, plus, minus or multiply.
There is nothing wrong with this! I differentiated the u correctly, and I solved for x correctly.
the last change of u to x is your mistake.
You're back! Wahoo! Where did everyone else go?
Yeah, I just wanted to say hi. I'm a bit fatigued.
Hi Mathegocart!
I do not quite know other people.
I guess they have been too busy with their work or family...
As of me, I had been struggle in finance field and programming work.
Just got a time to breath mathematics now
A Moment in Statistics is just the expectation of the power of a random variable:
the moment generating function is the expectation of the exponential of a small number t multiplied by the random variable:
and the nth moment of x is generated by taking derivative at t=0 of this function
there is an alternative to moment - cumulant
the definition is taking the derivative of the log of MGF in the same manner the moment is generated
What is the rational for the definition of cumulants ?
https://www.youtube.com/watch?v=AnaASTBn_K4
So far the scientists have only discovered by preservation of motion,
as the motion wave transfers gradually from the root to the tip, the speed accelerates as the whip gets thinner.
However why the tip of the whip gets a sudden jump of speed as to break the sound, remains unsolved.
I believe it is a singular point problem?
Any mathematicians to theorize it?
I had a long dispute with a major in mathematics.
So far I can tell you that mathematicians made a cunning update to cover this bug as far as redefining numbers.
So far the Thinkpad series is still the best in 14-inch business arena.
The 15.6-inch game laptop has seen some great mechanic keyboard, but it is too large.
Alternative brand Hasee has really great keyboard, but the overall quality of hardware and cooling is rumored unstable.
I hate Apple, because it makes the trend of making keyboard thinner and thinner, worse and worse for typing.
And other followers are foolish to oversee the value of a comfortable, tall keyboard.
Bruce Lee already pointed the pitfalls of Judo ...
George,Y wrote:If both of them succeeded, the mistake is located in main
I do not get your point, can you please explain it?
The program now needs an input "accuracy" to start running.
I suggest to cancel this input first and set an accuracy inside the code.
Compile and test it.
a straight line would satisfy these criteria
if concavity = second derivative of the single variable function
https://www.youtube.com/watch?v=Ne88Is2cymQ
A nice copy of Windows,
but open source and supported by community
Great!
Be aware of some specialized "martial arts" which prohibits some attacks at its weak sides. Taekwondo, prohibits throwing, for example. Judo prohibits punching and kicking.
These can be called fake martial arts because they don't stand the chance if an opponent attacks at the weak sides using the usually banned strike.
A very rounded martial arts at least declares how to combat other main styles of fighting.
You can try some Chinese style and ask if they have this content.
Taiji, for example, is another fake martial arts.
Shaolin fight technique, is not.
PyQt is also a good choice.
Anyone still here?