photo

Tiago Montanher


University of São Paulo

Last seen: 2년 초과 전 2009년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Nonlinear programming, numerical methods for optimization, global optimization, operations research

통계학

All
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Feasibility problem of linear programming
Dear Edgar, Once you have a small problem (20-40 lnear constraints) and I suppose you are an academic researcher, you ma...

대략 12년 전 | 1

| 수락됨

문제를 풀었습니다


Find the elements of a matrix according to a defined property.
From A = [5,2,3] and B = [1,2,3,4,5,6,7,8,9,10] produce a vector C where : C(1) is the sum of the first A(1) elements of B, ...

대략 12년 전

문제를 풀었습니다


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

대략 12년 전

문제를 풀었습니다


Program an exclusive OR operation with logical operators
Program an exclusive or operation *without* using the MATLAB function xor. Use logical operators like |, &, ~, ... instead. ...

대략 12년 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

대략 12년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 12년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 12년 전

제출됨


INTSOLVER: An interval based solver for Global Optimization
Interval based functions to solve small global optimization problems with guaranteed bounds.

거의 15년 전 | 다운로드 수: 2 |