Community Profile

photo

Bruce Char


Drexel University

Active since 2013

Professor of Computer Science
Professional Interests: Symbolic computation, uses of computers in undergraduate technical education

Statistics

Content Feed

View by

Solved


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

10 years ago

Solved


2 b | ~ 2 b
Given a string input, output true if there are 2 b's in it, false if otherwise Examples: 'Macbeth' -> false 'Publius Cor...

10 years ago

Solved


Make a Plot with Functions
Make a plot and test

10 years ago

Solved


Simple problem creating a function from an abstract specification.
MYSTERYFUNCTION3 This takes a vector of numbers v and computes a vector w such the w[i] is the average of v[i] and the previous...

11 years ago