Community Profile

photo

Ashish Verma


Last seen: 대략 1년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


I am having an array with positive integers, and i want to know all the possibility that the sum of elements of the array is close to or equal to a number say (N))
I am having an array with positive integers, and i want to know all the possibility that the sum of elements of the array is cl...

1년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How to find out TSP of a graph.
I have 5 points in a graph and need to find TSP s = [1 1 1 1 2 2 2 3 3 4 ] t= [ 2 3 4 5 3 4 5 4 5 5] ...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to find SingleNodeCycle and euler cycle cost of a complete graph
x = [1 1 1 2 2 3 ]; y = [ 2 3 4 3 4 4]; these are the co-ordinates of ...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


i have two different array holding some numbers, e.g; i have an array P containing 5 elements and other Q containing 6 elements. I want to find out P*Q matrix
Eg; P= [1 2 3 4 5 ]; Q=[8 9 5 7 3 4]; output like 1 2 3 4 5 8 1*8 2*8 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have a complete undirected graph with labeled edge. is there any toolbox to apply TSP in such graph.
% I have complete undirected graph G(V,E) with labeled edge. s= [1 1 1 1 1 1 1 1 2 2 2 2 2 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to make complete graph from co-ordinates.
Sir,i dont want to put any random weight. For example take two elements from x (0.3 , 5.6) and y(4.6 , 6.9) then distances bet...

2년 초과 전 | 0

답변 있음
How to make complete graph from co-ordinates.
Sir, sorry for saying weight i must say distances between the points.

2년 초과 전 | 0

질문


How to make complete graph from co-ordinates.
x=[0.3 ,5.6 , -8.4,6.4 ] % These are my x-cordinates y=[4.6, 6.9,3.6,7.89]% These are my y-cordinates I want to plot complete ...

2년 초과 전 | 답변 수: 4 | 0

4

답변