photo

Ashish Verma


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 1 año hace | 1 respuesta | 1

1

respuesta

Pregunta


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] ...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

casi 3 años hace | 0

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

casi 3 años hace | 0

Pregunta


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 ...

casi 3 años hace | 4 respuestas | 0

4

respuestas