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

回答