can someone tell me if I calculated the following products of Ideals correctly?
$I=(2,1+\sqrt{-5}),\ J=(3,1+\sqrt{-5}), K=(3,1-\sqrt{-5})$ in $\mathbb{Z}[\sqrt{-5}]$.
then
$I\cdot J=(1+\sqrt{-5})\\ I\cdot K=(1-\sqrt{-5})\\I^2=(2)\\J\cdot K=(3) $
can someone tell me if I calculated the following products of Ideals correctly?
$I=(2,1+\sqrt{-5}),\ J=(3,1+\sqrt{-5}), K=(3,1-\sqrt{-5})$ in $\mathbb{Z}[\sqrt{-5}]$.
then
$I\cdot J=(1+\sqrt{-5})\\ I\cdot K=(1-\sqrt{-5})\\I^2=(2)\\J\cdot K=(3) $
On
You ought to know that for finitely generated ideals, for example $I = (a,b)$ and $J=(c,d)$, the ideal $IJ = (ac,ad,bc,bd)$ is the ideal generated by all products of generators. That said, you only need to check that you computed those products correctly.
For example, $$IJ=(2,1+\sqrt{-5})(3,1+\sqrt{-5}) = (6,2+2\sqrt{-5},3+3\sqrt{-5},-4+2\sqrt{-5}) \\= (2+2\sqrt{-5},3+3\sqrt{-5})=(1+\sqrt{-5}),$$ since $$3+3\sqrt{-5}-(2+2\sqrt{-5}) = 1+\sqrt{-5}.$$ The others are checked similarly.
As reference, this website is NOT for checking calculations. You should really learn how to use a calculator for that. I would like to direct you to Sage or Magma.
So they are all correct.