c2str: Sequence of rational numbers into comma separated string
Description
Convert a sequence of rational numbers into a string separated with a comma where the fractions are in backslash form.
Usage
c2str(x)
Value
The output is a string of rational numbers with backslash denoting division.
Arguments
x
a list of rational numbers.
Details
The output string was originally designed for 'string' type answers of 'R/exams' when a sequence of rational numbers are the answers from multiple parts of the question.