Community Profile

photo

nabin


2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Minimization of a integration function
The given function is f(x)= 4+2x^2 The objective is to find the value of xa such that the following objective function is mi...

9년 초과 전 | 답변 수: 5 | 0

5

답변

질문


Binary integer programing for maximization when x11, x12.... are present (not x1, x2... which can be found in documented example)
I want to use binary integer programing to optimize the following problem. Objective : maxf(x)= c11*x11+c12*x12+c13*x13+ c...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How can I create following matrix using code
How can I create following matrix using code (as I have to create a large matrix of similar nature): A_1= [1 1 1; 0 0 0; 0...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]
I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Creating a submatrix from a matrix
I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]

거의 10년 전 | 0