photo

Farid Salazar Wong


Florida International University

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
150,634
of 301,040

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
0

排名
 of 21,154

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,505

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Obtain all integer partitions for a given integer
Is there a way to compute all integer partitions for a given integer? For example n=4 we have 4+ 0 + 0 +0 3+ 1 + 0...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Select specific coefficient from symbolic polynomial
Given a symbolic polynomial in several variables I would like to pick the coefficient for a given monomial. Ex: P(x,y,z)= 6*x...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Split components of a symbolic vector into positive and negative
Given a symbolic expression I would like to split the positive and negative terms and further split if the coefficients are not ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Create a table from symbolic vectors
I would like to create a table from symbolic data. I have a vector where each component is a polynomial. I would like to have a ...

10 years 前 | 4 个回答 | 0

4

个回答

提问


More efficient symbolic code
Given a polynomial in n variables f=f(x1,x2,...,xn) (given by symbolic). I would like to implement a code that takes f and i(for...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Symbolic simplification issue with exact division of polynomial by monomial
I am writing a code and at some point I have an exact division of a polynomial with a monomial; however, simplification does not...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Sum of elements of a multidimensional symbolic array
I have a multidimensional array whose entries are polynomials. I would like to obtain the sum of all elements in the array. I kn...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Selecting positive or negative terms of a symbolic vector
I have a symbolic vector say [a^2*b^3, 0, -a*b^2, b^2, -a^4*b]. I would like to obtain two vectors from this. One of them only ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Selecting non-zero elements from a symbolic vector
Given a symbolic vector, say [a*b, 0 , a^2*b*c, 1, 0]. How could I obtain a vector from the non-zero entries, I would like for t...

10 years 前 | 3 个回答 | 0

3

个回答

提问


From symbolic expression to vector
I have a symbolic expression in the form of a polynomial in several variables (e.g. 2*x*y*z - x*z - y*z - x*y + 1), is there any...

10 years 前 | 1 个回答 | 0

1

个回答