CForm of a synbolic expression
- To: mathgroup at smc.vnet.net
- Subject: [mg97566] CForm of a synbolic expression
- From: Volkan <visbuga at gmail.com>
- Date: Sun, 15 Mar 2009 05:29:46 -0500 (EST)
Hello, I need help about C form of the expression of this Sum[eta[m][l][k]*C[m][l][k][p][r][s]* gamman[t][r][ s]*(dPHI[p][L]*Chiinv[L][t] - (Chi[p][L] - Chin[p][L])* PHIinv[L][n]*dPHI[n][T]*PHIinv[T][t]), {m, 1, 2}, {l, 1, 2}, {k, 1, 2}, {p, 1, 2}, {r, 1, 2}, {s, 1, 2}, {L, 1, 2}, {n, 1, 2}, {T, 1, 2}, {t, 1, 2}] when I type CForm[%] what it gives is totally not in C form. It changes [][] to ()() and multiplication sign disappears. Is there someone can help me about it. Thanks VV