REcuurence relation not clear

multiplication factor arr[x]*arr[y+1] * arr[k+1]
why arr[k+1] this point not clear

@dakshi,
What do you think it should be instead?

matrix order is x ,k
and k+1,y
toh multiplation factor mein arr[k+1] hona chaihe yaa arr[k]
my question is this

@dakshi,
That is not even a valid matrix order, it should be
M1{arr[x] , arr[k+1]} * M2{arr[k+1],arr[y]}
where M{m,n} means Matrix of size m * n.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.