Excel Formula

Users who are viewing this thread

darkcgi

Glorified Maniac
Messages
7,475
Reaction score
448
Tokenz
0.28z
for (int j = 1; j < h + 1; j++)
{
thetaXp[i - 1, j - 1] = (thetaX[i - 1, j - 1] + 2 * thetaX[i, j - 1] + thetaX[i + 1, j - 1]
+ 2 * thetaX[i - 1, j] + 4 * thetaX[i, j] + 2 * thetaX[i + 1, j]
+ thetaX[i - 1, j + 1] + 2 * thetaX[i, j + 1] + thetaX[i + 1, j + 1]) / 16f;
 
  • 23
    Replies
  • 2K
    Views
  • 0
    Participant count
    Participants list

acctnt shan

Active Member
Messages
1,531
Reaction score
0
Tokenz
0.00z
I LOVE EXCEL!!! Seriously, my job would suck if I could not use it. I use IF functions, VLOOKUPs, pivot tables, etc. on a daily basis.

okay... I'm gonna shove my nerdiness down into the basket again for another day..... :blush
 

Aeval

Active Member
Messages
3,665
Reaction score
1
Tokenz
0.10z
I don't deny how useful it is, I just wish I had more knowledge on it. I will though, between google and you fabulous people, I definitely will.
 
78,874Threads
2,185,387Messages
4,959Members
Back
Top