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: ic1 (<solution>, <xval>, <yval>) Solves initial value problems for first order differential equations. Here <solution> is a general solution to the equation, as found by ode2, <xval> gives an initial value for the independent variable in the form <x> = <x0>, and <yval> gives the initial value for the dependent variable in the form <y> = <y0>.

See ode2 for an example of its usage.
(%o1) true (%i2)