Community Profile

photo

Saikat Banerjee


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

3 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...

3 years ago | 1 answer | 0

1

answer

Question


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

answer

Question


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

answers

Answered
Determinant 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

answer

Question


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

answer

Question


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

answers

Question


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

answer

Question


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...

5 years ago | 3 answers | 0

3

answers

Question


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 ...

5 years ago | 1 answer | 1

1

answer