In your expression, there is an ")" without an "(" --> 3 * 5^2n+1) + 2^3n+1
so it is not clear what do to!
#3
daveb
547
2
You also need to try yourself and let us know where you're stuck. Then we can help.
#4
guropalica
8
0
I proved the base case n=1, and then I try doing the step case assuming that it satisfies for any k, then I try proving it by k+1.
I got sth like 24 * (3 * 5^(2k+1)) + 7 * 2^(3k +1) Now I'm stuck can't continue, I don't have any ideas :/
btw the initial equation is 3 * 5^(2n+1) + 2^(3n+1) !
#5
guropalica
8
0
Got it now :) let's denote the initial statement as K + L, so we have sth like 24l + 7k = 7(k+l) + 17k, sum of two numbers divisible by 17 is divisible by 17, anyway thx
Are there known conditions under which a Markov Chain is also a Martingale? I know only that the only Random Walk that is a Martingale is the symmetric one, i.e., p= 1-p =1/2.
Hello !
I derived equations of stress tensor 2D transformation.
Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture.
I want to obtain expression that connects tensor for case 1 and tensor for case 2.
My attempt:
Are these equations correct? Is there more easier expression for stress tensor...