SamplePublisher`GrassmannCalculus`
GCLabeledFrame |
|
| | ||||
Details and Options
Examples
(1)
Basic Examples
(1)
In[1]:=
<<GrassmannCalculus`
The following is an example of a definition that might be used in a number of places.
In[2]:=
(SinCosExpansion[x_,L_]=f[x]a[0]+Inactive[Sum][a[n]Cos[nπx/L]+b[n]Sin[nπx/L],{n,1,∞}])//
[SinCosExpansion[x,L]]
GCLabeledFrame |
Out[2]=
SinCosExpansion[x,L] |
f[x]a[0]+ ∞ ∑ n=1 nπx L nπx L |
The label can be copied to the clipboard by clicking on it and then pasted elsewhere in the notebook. The arguments could be edited if desired.
In[3]:=
SinCosExpansion[x,L]
Out[3]=
f[x]a[0]+a[n]Cos+b[n]Sin
∞
∑
n=1
nπx
L
nπx
L
|
""
