September 28, 2024, 03:41:39 PM

1,531,324 Posts in 46,731 Topics by 1,523 Members
› View the most recent posts on the forum.


I'm completely fucked so teach me calculus

Started by Mando Pandango, November 18, 2009, 01:10:29 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

the shortest route to the sea

Quote from: Man of Popsicle on November 20, 2009, 04:05:50 PM
My textbook says it was written by James Stewart. I've never heard of a single-author textbook before. Odd.


There were a thousand ghostwriters, believe you me. Anyway, keep watchin' those vids.

Quote from: Socks on January 03, 2011, 09:56:24 PM
pompous talk for my eyes water and quiver with a twitch like a little bitch

Oh


Mando Pandango

Quote from: Hank Hill on November 21, 2009, 01:18:03 AM
Ask felt, he loves posting ab out math.
He's helped me immensely in the past but I swear whenever he talks to me it's HEY HERE'S A MATH PROBLEM WANNA DO IT BECAUSE IT'S FUN LOL and it's like ok cool he likes math and that's great but holy shit it's all he ever talks about.
Quote from: Magyarorszag on August 22, 2018, 10:27:46 PMjesus absolute shitdicking christ, nu-boyah

the shortest route to the sea

November 21, 2009, 01:31:17 AM #18 Last Edit: November 21, 2009, 01:38:26 AM by Alyssa the Glowing Sole
He's been talking to me a lot about multivariable calc recently, which is frustrating because I don't know it. I'd be happy to dive into things once we really get into things, but right now we're just reviewing vectors and stuff. :/

Also: I think I wrote an extraordinarily elegant program in BASIC to do the cross product of any dimension (I don't care that it's only defined for 3 and 7).

Code Select
ClrList L2
Input "VECTOR=", L1
dim(L1)->B
If dim(L1)=2
stop
List>matr(L1, [C])

2->Q
While Q<B-1
Input "VECTOR=", L1
List>matr(L1, [D])
augment([C],[D]) -> [C]
Q+1 -> Q
End

Disp [C][sup]T[/sup]

For(Z,1,B,1)
seq(0,U,1,B)-> L1
1 -> L1(Z)
List>matr(L1, [E])
det(augment([E],[C])[sup]T[/sup]) -> L2(Z)
End

Quote from: Socks on January 03, 2011, 09:56:24 PM
pompous talk for my eyes water and quiver with a twitch like a little bitch

Daddy

Quote from: Man of Popsicle on November 21, 2009, 01:20:13 AMit's like ok cool he likes math and that's great but holy shit it's all he ever talks about.
Sometimes he talks about Disneyland or gay bears.

Go Up