Hi,
i need to calculate the complexity of the algorithm in the figure 11 in this link
My link
th problem is in this algorithm there are jacobian matrix calculation , there are many thing
i could not calculate it's omplexity
Calculate algorithm complexity
Page 1 of 14 Replies - 724 Views - Last Post: 15 September 2015 - 10:54 AM
Replies To: Calculate algorithm complexity
#2
Re: Calculate algorithm complexity
Posted 14 September 2015 - 07:21 AM
What have you tried when considering the problem?
#3
Re: Calculate algorithm complexity
Posted 14 September 2015 - 07:26 AM
when i calculate it alone i get that the complexity is O(3*n)
3 because there is 3 loop, n is the joint number
but i did not consider the other instructioons (i put them O(1))
3 because there is 3 loop, n is the joint number
but i did not consider the other instructioons (i put them O(1))
#4
Re: Calculate algorithm complexity
Posted 15 September 2015 - 10:27 AM
i still have the problem
#5
Re: Calculate algorithm complexity
Posted 15 September 2015 - 10:54 AM
I doubt anyone is going to take the time to weed through an 8 page research paper and analyze the complexity of the algorithm. My suggestion to make it easier for others to help you is to summarize the algorithm in something resembling pseudo-code. Post that here.
This might also help you better analyze the algorithm's complexity once you can better explain how it works.
Also, I'm going to move this to Computer Science, as this is not a C/C++ question.
This might also help you better analyze the algorithm's complexity once you can better explain how it works.
Also, I'm going to move this to Computer Science, as this is not a C/C++ question.
Page 1 of 1

New Topic/Question
Reply


MultiQuote






|