Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: sinvertcase (<string>)
Function: sinvertcase (<string>, <start>)
Function: sinvertcase (<string>, <start>, <end>) Returns <string> except that each character from position <start> to <end> is inverted. If <end> is not given, all characters from <start> to the end of <string> are replaced.
(%i1) sinvertcase("sInvertCase");
(%o1) SiNVERTcASE(%o1) true (%i2)