Chapter 5: Problem 5
Simulate by hand a vectorized expression. Suppose \(\mathrm{x}\) and \(\mathrm{t}\) are two arrays of the same length, entering a vectorized expression, $$ y=\cos (\sin (x))+\exp (1 / t) $$ If \(\mathrm{x}\) holds two elements, 0 and 2, and \(\mathrm{t}\) holds the elements 1 and 1.5, calculate by hand (using a calculator) the y array. Thereafter, write a program that mimics the series of computations you did by hand (typically a sequence of operations of the kind we listed on page 182 - use explicit loops, but at the end you can use Numerical Python functionality to check the results). Name of program file: simulate_vector_computing.py.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.