Learn R Programming

processR (version 0.2.7)

productEq: Make products of equations

Description

Make products of equations

Usage

productEq(equation1, equation2)

Arguments

equation1

The first equation

equation2

The second equation

Examples

Run this code
equation1=c("a1+b1*W")
equation2=c("a2+b2*W")
productEq(equation1,equation2)

Run the code above in your browser using DataLab