Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1326 Re: This is Cool » Infinity » 2006-04-19 15:28:03

Yeah, sure.
and you also know that

Humans have been in battle with flies, bugs and virus for hundreds of years. But that do not prove humans had solved them already.

#1327 Re: Formulas » Matrix Algebra Formulas » 2006-04-19 03:54:15

This perception is mainly used in vector combination. Still, it's useful in interpret matrices.

one application is now you can spot immediately why an identity matrix multiplied by a matrix equals the matrix itself through row selection, and why a matrix multiplied by an identity matrix equals the matrix itself through column selection.

#1328 Re: Help Me ! » Latex » 2006-04-18 14:01:25

\begin{document}

is still unavailable.

#1329 Re: Help Me ! » Latex » 2006-04-18 13:59:58

Ahaaaa! A space can be added!
Try this one:

#1331 Re: Formulas » Integrals » 2006-04-18 13:50:00

Parallel to Post 3, we have Rule in Leibniz's notations

d∫=nothing, or you can delete them together
∫d=nothing, but you should add C at the end

Leibniz claimed his notations (d∫)and using them to form rules such as
d(uv)=udv+vdu could simplify the algebra. So they maybe an alternative for you.

#1332 Re: Formulas » Discussions About The Formulas » 2006-04-18 13:05:20

So do you mean Differential Calculus consists of Differential Equations and Partial Differential Equations?

#1334 Re: Help Me ! » Stuck on cone max-volume (picture) » 2006-04-17 17:50:34

you can plot "y=x*x*sqrt(36-x*x)" for xMin=0 to xMax=6 and parameters none at this site:

http://www.wessa.net/math.wasp

#1335 Re: Help Me ! » Stuck on cone max-volume (picture) » 2006-04-17 17:42:45

John, good try. you may plot ganesh's complicated function using a grapher.

#1336 Re: Help Me ! » Stuck on cone max-volume (picture) » 2006-04-17 17:28:17

2√6≈4.8989
the theorem is famous in the field of inequalities, which is neglected by standard math education.

#1337 Re: Help Me ! » Stuck on cone max-volume (picture) » 2006-04-17 17:07:32

A theorem:

(
  is true when a=b=c)

One Application:


(
is true when r²/2=r²/2=36-r² or r=2√6)

volumn reaches its maximum while f(r) reaches its own.

#1338 Re: Formulas » Discussions About The Formulas » 2006-04-17 16:52:13

What's the difference between Caculus formulas and Differencial Calculus formulas?

#1339 Re: Help Me ! » Domain of f(x,y) » 2006-04-17 16:27:24

Except for  (1-y²)[sup]1/2[/sup]< x < -(1-y²)[sup]1/2[/sup] should be
x < -(1-y²)[sup]1/2[/sup] or x>(1-y²)[sup]1/2[/sup] instead, or you may use three sets.

#1340 Re: This is Cool » Horraaaaaay!!! :-d :-d :-d » 2006-04-16 16:46:41

ryos wrote:

An OS written in Java? *shudder*

Nothing can make a faultless operating system, just as no program is ever bug-free. But that doesn't mean you have to use Windows. I use Mac OS X, myself. If you're adventurous, try Linux; it's free, and there are exactly too many choices to choose from.

Recently I read some books on business. One of them say it was Apple's fault to persue a flawless system at the cost of openess and software variety.

#1341 Re: Help Me ! » Quadratic Equations » 2006-04-16 16:41:32

This is a traditional way to solve a quadratic equation.

Typically, you shift the original function into a form
f(x) = (x+a)²+b

It does no matter that the function equal to any given value, because the equation formed can be easily solved.

f(x)=c
(x+a)²=c-b

or

hence

Actually, given a equation of standard form, the explicit solution fomula is derived by this procedure
ax²+bx+c=0
a(x+b/2a)²=b²/4-c
......

#1342 Re: Formulas » Matrix Algebra Formulas » 2006-04-16 02:48:19

Products of Vectors and Matrices

Scalar Product

A vector or a matrix can be multiplied by a scalar k entirely.
For Example

Vector Product

two vectors containing same amount of entries can be multiplied. some people call this "dot product"


or equivalently, using matrix rule of product expression:

notice the second vector is placed verticle in matrix rule of product expression.

We can think the product as each entry of the former vector(a,b and c) , is scalar multiplied by corresponding entry of the latter vector, and then the 3 product ad, be and cf are added up and give the final result. So does the reverse.(this concept will be applied below next *)

Extension to Matrix Vector Product

We can add another vector [a[sub]2[/sub] b[sub]2[/sub] c[sub]2[/sub]]under the vector [a b c] and let it do the SAME multiplication to [d e f], and do the SAME summation and the result is placed under previous one for vector[a[sub]2[/sub] b[sub]2[/sub] c[sub]2[/sub]] has been placed under[a b c]:


Recall the concept of scaler product-sum analyze, we will notice both a and a[sub]2[/sub] are multiplied by scalar d, both b and b[sub]2[/sub] are multiplied by e, as well as both c and c[sub]2[/sub] are multiplied by f, and then corresponding product are added. If we define

then the matrix product can be expressed as


where col stands for column, A is now a matrix and no longer a vector .

we can add many rows
[a[sub]3[/sub] b[sub]3[/sub] c[sub]3[/sub]]... [a[sub]m[/sub] b[sub]m[/sub] c[sub]m[/sub]] to the matrix, but


still holds.
or

This is called a matrix multiplied by a vector on the right is equivalent to get its columns(also vectors) combined by entries of the right vector.It's another way to perceive matrice product.

Similarly, we have this formula about row combination*


Extension to Matrice Product
what if  a matrix multiplied by a matrix? we can either seperate right matrix(B) into columns of scalars and get a Row of Column combinations or seperate left matrix(A) into rows of scalars and get a Column of Row combinations.

#1343 Re: Help Me ! » Latex » 2006-04-15 00:39:07

Programme mastering, hmmm...

#1344 Re: Help Me ! » Latex » 2006-04-14 02:52:57

MIF you are so creative! How did you do it?

#1346 Re: Help Me ! » Line Integral » 2006-04-11 14:45:06

to compute the area enclosed by an ellipse. smile

#1347 Re: Help Me ! » Prime Proofs » 2006-04-11 14:41:29

1) if n is not a prime number, at least n can be written as n=a b where a and b ∈N, if a=b, a=√n, n divisible by √n, if a≠b,
a and b  are not both >√n, find the smaller one, n is divisible by the smaller one who is smaller than √n.

2) if n= a b, where a is a prime number, and b isn't divisible by a. we can get p= a c, q= b d, where  c and d are prime numbers and isn't divisible by a or d.
hence n is divisible by pq, but not by p or q

3) n³+1 = (n+1)(n²-n+1) 2 is a special case when n²-n+1=1

#1348 Re: Help Me ! » Chance of Win Based on amount Players » 2006-04-11 14:25:56

toss a dime, the chance of getting head up is 1/2. toss two dimes, the chance of getting two heads up is 1/2 (1/2) =1/4 , the 1/2 in the bracket is the chance of getting head up for the second dime, giving the first dime heads up. it's the same as the chance of getting head up without the first dime. This is called probalisticly independent.

the expert win = he beats all  novices = all novices fail to win him = 1st novice fails, same time 2nd one fails, same time(1st and 2nd both fail) 3rd one fails ...

assume whether a novice beat the expert or fail is not influenced by other novice or novices at all. and the chance is p

1st 2nd 3rd 4th 5th 6th 7th 8th 9th novice
  p     p    p    p    p    p     p    p    p =0.48   chance of everyone fails

#1349 Re: Introductions » Hi there » 2006-04-11 03:35:57

chemistry may be better. A drug development usually costs 10 years ! ! And you will expect to be some thing like a manager day after day.

#1350 Re: Introductions » what am I doing among mathematicians? » 2006-04-11 03:30:11

Life is so boring, i agree.

i like the song Anything but Ordinary by Avril. wink

Board footer

Powered by FluxBB