Question: How to read out a specific case from an output with cases?

Hi there,

Often an expression has more than one output, for example, when simply more solutions exist: sol1, sol2, ...

Then I would get the second solution by %[2]. So far so good.

Anyway sometimes the output is splited in cases, with the { notation. How do I read out a specific case of such a solution?

thx :)

Please Wait...