Community Profile

photo

kalana agampodi


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Personal Best Downloads Level 2
  • First Submission
  • First Review

View badges

Feeds

View by

Answered
Getting the summation of a series
Thank you. I was thinking if I run through every element in the array using a for loop it will do the same thing. But apperentl...

1 year ago | 0

Question


Getting the summation of a series
Hi, I am trying to get the sum from the given equation below. My h values and h and ah variables are shown h=[ 1 3 5 7 9 1...

1 year ago | 2 answers | 0

2

answers

Question


Combination of two values in a list to get the value of an input value
Hi, I have a list of number and I want to find the combination of two numbers equal to or slightly less than a value. (This h...

1 year ago | 2 answers | 0

2

answers

Question


understanding an if statement
What does this mean ? Can you please explain with an example ? if not(max(c))c Thanks

2 years ago | 1 answer | 0

1

answer

Question


matrix ordering, optimizing and Tinney 0
Can someone please share the code for Tinney 0 and Tinney 1 matrix ordering ?

2 years ago | 0 answers | 0

0

answers

Question


dot product and indexing
I am reviewing this code and I do not undestand what this code means and how the dot operation work. Can you please explain wit...

2 years ago | 2 answers | 0

2

answers

Question


How to get the compressed row sparse CRS in a matrix ?
I want to get the compressed row sparse (CRS) of the following matrix. A=[ 1 0 -2 0 0;... 2 8 0 1 0;... 0 0 ...

2 years ago | 0 answers | 0

0

answers

Question


Get the position of the next in row and next in column in a matrix
I want to get the next in row and next in column in the above matrix. Index column represent the all non zero entries in t...

2 years ago | 2 answers | 0

2

answers