This repository contains the construction and analysis of four 3D plots using MATLAB, developed as part of a Calculus II assignment.
Each plot represents a different multivariable function, exploring partial derivatives, continuity, and the geometric behavior of surfaces.
This plot represents a trigonometric function combining sine and cosine. The result is a periodic surface with peaks and valleys, resembling waves. It is useful for visualizing oscillatory phenomena in two variables, such as vibrations or wave propagation.
This plot shows two linear surfaces. Each is defined by an equation of the form (z = ax + by). Their intersection forms a line in three-dimensional space. Such plots are important for understanding linear systems and analytic geometry.
The absolute value function generates discontinuities in the derivatives, creating sharp ridges and valleys. The surface is not smooth but composed of linear regions that change abruptly when crossing the axes. This type of function appears in optimization and analysis of non-differentiable functions.
The Gaussian function produces a bell-shaped surface, smooth and symmetric around the origin. It is widely used in statistics (normal distribution), image processing (Gaussian filters), and physics (modeling natural phenomena). The central peak represents the maximum of the function, which decays smoothly in all directions.
- Clone this repository.
- Open the file
surfaces.min MATLAB. - Run each section (
%%) to visualize the plots individually.