Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.5K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to write exponential of subscript in Mathematica?

Posted 5 years ago
2 Replies
POSTED BY: EDITORIAL BOARD

What kind of answer did you expect? I would write

Subscript[u, 1][i_, j_] := (u[i, j + 1] + u[i, j])/2;
Exp[Subscript[u, 1][i, j]]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard