Let $A=k[x,y,z]$ and $I=(x^2,xy,xz,yz)$. My previous question was how to calculate a primary decomposition of $I$. However there was a part b) added to this exercise, namely to calculate a disassembly for the module $M=A/I$.
If I understand it right, I am supposed to find a chain of submodules $$0=M_0 \subset M_1 \subset\cdots\subset M_n=M$$ such that $M_i/M_{i-1} \cong A/P_i$ where $P_i \in \text{Spec}(A)$.
I'm aware of that $\operatorname{Ass}(A/I)=\{(x,y),(x,z),(x,y,z)\} \subset \{P_1,...,P_n \}$ and I have a feeling this can help me, but I don't know how. Any hints?