User Portlet User Portlet

Discussions
EqVaVo=Import[".../HDEqVaVo.csv"]; (*Values of EqVaVo[[1,1]] & EqVaVo[[1,2]] as read from HDEqVaVo.csv file*) EqVaVo[[1,1]]=48885.7 EqVaVo[[1,2]]=8.752*^-6 r=10.35; T=1.0; Debt=100000.0; ...
Hi, I have a small question. I am simulating a nonlinear system ![Nonlinear System][1] I am interested in plotting the following ![Integral][2] I dont know how to integrate the state x2 according to figure 2. My code is below ...
Hi All, Can anybody please suggest how to obtain the state-space model or the transfer function model through the following zeros and poles respectively num = {{-0.1* Kd (-0.1*Kp + Kd)}, { (-0.1*Ki + Kp - 3.3*Kd) }, {(Ki - 3.3*Kp...
Thanks for your reply, What if instead of plotting the states x(t) and y(t) as two separate bars, i wish to plot a single bar with third dimension a function of these two states as shown in the attached snap. please help.
![QuasiLinear PDE][1] Mathematica 9 just does not output anything when i try to solve it using DSolve with or without initial/boundary values. please help the code is z := u[x, y]; p := D[u[x, y], x]; q := D[u[x,...
Dear Guys, I am wondering how to do plot a quadratic surface and a hyperplane (having StreamPlot) on it together. As it is said that a picture worth a thousand words so i attach a snap. ![Snap][1] [1]:...
Dear Sean, i meant the latter i.e. how to deploy a demonstration project to the wolfram cloud?
Dear All,  when i want to use a LAPACK function in my code i get the error, please help [code]function SVDRLS import Modelica.Math.Matrices; input Real A[3,2]; output Real sigmasvd[3,2]; output Real Usvd[3,3]; output Real VTsvd[2,2];...