Recent content by TastyLemons
-
T
Undergrad Vector Formula with multiple Equal signs?
So they are separate? i don't use them all together?- TastyLemons
- Post #3
- Forum: Linear and Abstract Algebra
-
T
Undergrad Vector Formula with multiple Equal signs?
How do i go about solving the following equation? (Attached) I am attempting to implement it into java. BUt i have not gotten any further than this: wavenumber = new Vector2f(0.0f, 0.0f); wavenumber.x = (float) (2 * Math.PI / wavelength); Wikipedia Info for Equation...- TastyLemons
- Thread
- Formula Multiple Vector
- Replies: 2
- Forum: Linear and Abstract Algebra
-
T
Java Sine wave equation into Java Code
I have been trying to implement this Wave equation into java: A = amplitude of wave L = wave length w = spatial angular frequency s = speed wt = temporal angular frequency d = direction FI = initiatory phase Y(x,y,t)=A*cos(w *(x,y)+ wt*t + FI; I...- TastyLemons
- Thread
- Code Java Sine Sine wave Wave Wave equation
- Replies: 1
- Forum: Programming and Computer Science