I am trying to generate a piecewise symbolic function in Matlab. T开发者_如何学编程he reason it has to be symbolic is I want to be able to integrate/differentiate the function afterwards and/or insert
I am trying to solve a 开发者_高级运维system of equations in MATLAB with 3 variables and 5 constants.Is it possible to solve for the three variables with solve while keeping the constants as symbolic
I am working on a project to create a generic equation solver... envision this to take the form of 25-30 equations that will be saved in a table- variable names along with the operators.
Perhaps this is more of a math question than a MATLAB one, not really sure. I\'m using MATLAB to compute an economic model - the New Hybrid ISLM model - and there\'s a confusing step where the author
I have a problem with solving a simple integration through MATLAB. I want to solve this symbolic and don\'t have any problems doing this through other programs.
I have systems of polynomials, fairly simple polynomial expressions but rather long to optimize my hand.Expressions are grouped in sets, and in a given set there are common terms in several variables.