User Portlet
Discussions |
---|
Hi, I'm trying to import a matrix from an Excel file. The imported matrix appears to transposed and in vector form. Firstly, I created a test matrix and exported into an Excel file. [code]m = Table[i - j, {i, 5}, {j, 6}] Export["mfile.xls", m,... |
Strange. I tried the same code from a different machine and now it displays the verticle lines as expected. |
Thank you. It works well |
Found the answer from another post. Sin[t w] /. t w -> HoldForm[w t] |
Thanks. Most importantly for tipping for mathematically deriving it rather than subsituting variables. I used system of ode's with initial conditions. Hence the solution already cater for the initial states.(of capacitor and inductor) Revised... |
It worked after Clearing variables thanks |
If you copy in MathML format, you would be able to make it compatible with equation editor of microsoft word. Hence this will allow you to keep the source format as is and do amendment if required. Other method is to use a utility called "Mathtype"... |