Function: strhconcatPurpose Horizontal concatenation of strings similar to symbolic horizontal concatenation. This function is used to replace symbolic horizontal concatenation for intermediate calculus (symbolic horizontal concatenation calls Maxima, so, needs a lot of CPU time). Synopsis
See also: stradd, strmunus, strmult, strvconcat. EXAMPLE strhconcat(['a','b';'1','2'],['1','2';'a','b']) |