Page 24 of 287

Re: Drawings

Posted: 31 Jan 2013 13:03
by The Kakama
No,it's just the way I write cursive "x"
Because in maths, the normal x looks like the "multiply" sign.

Re: Drawings

Posted: 31 Jan 2013 13:09
by bender
I don't use the multiply sign

Re: Drawings

Posted: 31 Jan 2013 14:34
by Anteroinen
The Kakama wrote:No,it's just the way I write cursive "x"
Because in maths, the normal x looks like the "multiply" sign.
Don't you use the interpunct?

Re: Drawings

Posted: 31 Jan 2013 14:40
by The Kakama
Don't you use the interpunct?
Generally not encouraged in Malaysia, because that can be mistaken as the decimal point(our system is loosely based on the UK system, and they use the interpunct as THEIR decimal point).

Re: Drawings

Posted: 31 Jan 2013 14:44
by WorldisQuiet5256
The Kakama wrote:It probably took him a very,VERY long time.Gotta admire World's patience.
Epically when the Computer gets slower when the detail get more complex.

It took me, and Its still a work in progress, I think it started 2 years ago, maybe 3. There more in the File, its the type up stuff that Report what each Images it about.

Re: Drawings

Posted: 31 Jan 2013 14:47
by The Kakama
Good luck on your drawings.
Hope you can post a few more sometime soon.

Re: Drawings

Posted: 31 Jan 2013 15:24
by Anteroinen
The Kakama wrote:
Don't you use the interpunct?
Generally not encouraged in Malaysia, because that can be mistaken as the decimal point(our system is loosely based on the UK system, and they use the interpunct as THEIR decimal point).
But what happens when you have to differentiate between dot (a⋅b) and cross products (a×b) when dealing with vectors?

Re: Drawings

Posted: 31 Jan 2013 15:28
by The Kakama
What's the difference?

Re: Drawings

Posted: 31 Jan 2013 15:35
by Vortex
The Kakama wrote:What's the difference?
Dot product is a contraction product that takes 2 vectors and gives a number, and cross product only works in 3D vectors, takes 2 vectors and gives another vector.
Example: if a=(1 1 0) and b=(1 0 0), then a·b=1 and a×b=(0 0 -1)

Re: Drawings

Posted: 31 Jan 2013 15:44
by Anteroinen
The Kakama wrote:What's the difference?
Well a cross product creates a vector that goes up from the plane that the a and b vectors make, which includes matrix-calculation. A dot product is basically the terms of each vector multiplied together, e.g. for vectors a=xi+yj+zk and b=ri+sj+tk, a⋅b=xr+ys+zt. Or you could do it by taking the length of the two vectors and multiplying them with cosine of the angle between them, i.e. |a||b|cosx=a⋅b.

http://en.wikipedia.org/wiki/Cross_product
http://en.wikipedia.org/wiki/Dot_product

EDIT: Well ninja'd. Danmit.