symbolic-math Questions

2

Solved

My problem: symbolic expression manipulation. A symbolic expression is built starting from integer constants and variable with the help of operators like +, -, *, /, min,max. More exactly I would ...
Braxy asked 21/4, 2011 at 13:34

1

Solved

I was wondering what the opposite concept(s) to symbolic computation is(are)? In other words, what does symbolic computation belong to, and what other subcategories does it have besides symbolic co...
Aftermath asked 8/4, 2011 at 0:0

2

I was wondering if symbolic computation in Computer Algebra System (such as symbolic toolbox in Matlab, Mathematica) and functional programming related and how? Does the former belong to the ...

5

Solved

Lets say I take a computation that involves only addition and multiplication: (a+b)*(c+d) which can be done in many other ways, eg. a*(c+d) + b*(c+d) a*c + a*d + b*c + b*d In terms of additio...
Mcarthur asked 7/12, 2010 at 21:12

2

Solving an equation symbolically can be achieved in R using the Ryacas library. For example library(Ryacas) yacas("Solve(x/(1+x) == a, x)") gives expression(list(x == a/(1 - a))) Does anybody...
Rattan asked 2/11, 2010 at 8:27

7

Solved

I am extreamly interested in math and programming and planning to start symbolic math project from scratch. Is this good project idea? Where to start? How should one approach this project?...
Winne asked 3/2, 2009 at 11:21

© 2022 - 2024 — McMap. All rights reserved.