We say that the uniformly elliptic operator $$Lu\ =\ -\sum_{i,j=1}^na^{ij}u_{x_ix_j}\ +\ \sum_{i=1}^nb^iu_{x_i}\ +\ cu$$ satisfies the weak maximum principle if for all $u\in C^2(U)\cap C(\bar{U})$ $$\left\{\begin{array}{rl} Lu \leq 0 & \mbox{in } U\\ u \leq 0 & \mbox{on } \partial U \end{array}\right.$$ implies that $u\leq 0$ in $U$.
Suppose that there exists a function $v\in C^2(U)\cap C(\bar{U})$ such that $Lv \geq 0$ in $U$ and $v > 0$ on $\bar{U}$. Show the $L$ satisfies the weak maximum principle.
(Hint: Find an elliptic operator $M$ with no zeroth-order term such that $w := u/v$ satisfies $Mw \leq 0$ in the region $\{u > 0\}$. To do this, first compute $(v^2w_{x_i})_{x_j}$.)
This is from PDE Evans, 2nd edition: Chapter 6, Exercise 12.
A question has been asked already about this problem, but my question is not considered a duplicate of it. That other question asks to solve the problem altogether; my question about the problem is merely finding the elliptic operator $M$, which is not explained thoroughly in the other question.
How can I construct the elliptic operator $M$? I am following the hint given by computing $$(v^2w_{x_i})_{x_j}=2vv_{x_j}w_{x_i}+v^2w_{x_i x_j}.$$
Now, I do not know what to do here honestly, but I thought about saying $$Mw = -\sum_{i,j=1}^n v^2 w_{x_i x_j} - \sum_{i=1}^n 2vv_{x_j}w_{x_i}-cu,$$ so that $Mw \le 0$, when considering that "$w:=u/v$ satisfies $Mw\le 0$ in the region $\{u > 0\}$".
As soon as I receive confirmation that my $M$ is fine, then from this point on I can complete the exercise on my own.