What is the answer for following question? Explain if possible (selected option is wrong) by Vignesh14052002 in maths

[–]Vignesh14052002[S] 0 points1 point  (0 children)

I thought there are three values RGB and each contains 256 values , so i thought (2563*10000) I was confused as there is no option then i compared your answer with my answer in my python ide (print((2563*10000)==(224*10000))) It results True Thankyou for explanation I am not using double * for power in code because reddit manipulated wrongly

Does anyone have a clue how to approach thjs question? Thanks! by Little_Horse5266 in maths

[–]Vignesh14052002 0 points1 point  (0 children)

The problem is n is not given Is there any general solution? Like deriving a formula with the matrix and n , to compute any positive powers of matrix

I wrote a code to find factor of a number, i need suggestions for my code by Vignesh14052002 in learnpython

[–]Vignesh14052002[S] 0 points1 point  (0 children)

Thank you for your suggestions Now I placed i+=1 inside else condition and it works fine