Top "Symbolic-math" questions

Symbolic math tools allows for analytically process mathematical expressions - without the necessity of assigning specific numeric values to variables.

Summation series using matlab

When i write this in matlab syms x; f=x^3-cos(x); g=diff(f) it gives out put as …

matlab series symbolic-math
Derivatives in C/C++?

I have some expressions such as x^2+y^2 that I'd like to use for some math calculations. One of the …

c++ c math numerical symbolic-math
How can I give a number to a symbolic variable in MATLAB?

I try to declare a symbolic variable in MATLAB with this code: syms a; I do my computation on this …

matlab symbolic-math
What is symbolic computation?

According to wiki: In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation is a scientific …

symbolic-math
How do I make a function from a symbolic expression in MATLAB?

How can I make a function from a symbolic expression? For example, I have the following: syms beta n1,n2,…

matlab symbolic-math
Evaluate Matlab symbolic function

I have a problem with symbolic functions. I am creating function of my own whose first argument is a string. …

matlab symbolic-math
How do I solve a determinant in MATLAB?

As a simple example, let's say you have this matrix: M = [omega 1; 2 omega]; and you need to solve for the …

matlab matrix symbolic-math determinants
Symbolic integration in Octave? (Need to Install extantion? How? - Using Ubuntu 12.04)

I would like to calculate the following symbolic expression in GNU Octave: int(exp(ikx-|k|^n),k,-infinity,infinity) , (…

octave ubuntu-12.04 symbolic-math
Simplifying a very long symbolic expression by automatically introducing temporal variables or in any other way

After attempting to solve a symbolic math problem, I got an expression with about 17000 characters. I am using the symbolic …

matlab wolfram-mathematica maple symbolic-math
Introduction to computer algebra systems?

Does anybody know of any resources (books, classes, lecture notes, or anything) about the general theory of computer algebra systems (…

math symbolic-math computer-algebra-systems symbolic-computation