User Portlet
| Discussions |
|---|
| You will have to be more specific than > but it's not working!! Post the code you tried. |
| Depending on whether you want to do symbolic or numerical integration, you can use either L2[f_] := Sqrt[Integrate[Abs[f[x]]^2, {x, 0, 1}]] (symbolic) or NL2[f_] := Sqrt[NIntegrate[Abs[f[x]]^2, {x, 0, 1}]] (numeric). Note also that... |
| I want to plot two equations on a line graph, (prices depending on costs), no luck anything I try: P1 = C1 + a*P2 P2 = C1 +b*P1 Can you help? |