Saikat Banerjee
Followers: 0 Following: 0
Statistics
RANK
28,387
of 295,467
REPUTATION
1
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
how to convert an 8x8 matrix to a texture image?
I think that this person is talking about digital matrix. A digital matrix is useful for NDT (non-destructive testing). The defi...
4 years ago | 0
Question
Simplifying a algebraic or numeric expression to lowest possible power
Suppose if I write (a^2)^(1/2) then it will remain as that. But I want to simplify to the lowest possible power. How can we do i...
4 years ago | 1 answer | 0
1
answerQuestion
How to drag an fimplicit function
I have a typical problem I want to solve the intersection point of two polynomial curves by moving the curves within specific li...
4 years ago | 1 answer | 0
1
answerQuestion
Equality in its simplest form
Let as an example there be two expressions which are equal having 5 symbolic variables x,y,g,f,c. Now we have two expressions ob...
4 years ago | 0 answers | 0
0
answersDeterminant or matrix from symbolic equation
I think you all are going in impossible directions. Even Google's supercomputers wont be able to solve this problem then. Let it...
4 years ago | 0
Question
Determinant or matrix from symbolic equation
Suppose as an example we have 6 symbolic variables, syms a b c d e f We have an expression a*b*d*e^3-a^2*c^3*d+b^2*e*f*a*b+...
4 years ago | 1 answer | 0
1
answerQuestion
Formatting floating and integer signed numbers
Suppose a=5 and b=-6. If I use sprintf and write sprintf("℅0.2f+℅0.2f°,a,b) we get 5.00+-6.00 as answer and not 5.00-6.00. I wou...
4 years ago | 1 answer | 0
1
answerQuestion
Question regarding impoly restraint to move about a specified path
Lets say I have an implicit equation in x and y f(x,y)=x^2 + y^2 -5*x +12*y +24 which is an example. I construct an impoly with ...
4 years ago | 2 answers | 0
2
answersQuestion
Getting numeric and symbolic coefficients of equation of a straight line in 2d or 3d
Consider the general equation of a straight le in 3d a*x + b*y + c*z + d=0. I would like to get a vector giving [a,b,c,d] includ...
4 years ago | 1 answer | 0
1
answerQuestion
Convert a symbolic expression to string
I haVE A SYMBOLIC EXPRESSION WHICHI WANT TO USE AS A STRING EXPRESSION WITHOUT EVALUATING IT. EXAMPLE IF I HAVE A=9 B=5 IF WE...
6 years ago | 3 answers | 0
3
answersQuestion
How to raise an equational identitity with fractional powers to an identity with integral powers
The question is a generalized algebraic equation with unknown variables of any number with fractional exponents to be converted ...
6 years ago | 1 answer | 1