Rank: 1306 based on 51 downloads (last 30 days) and 6 files submitted
photo

Howard Wilson

E-mail
Company/University
Univ of Alabama

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Howard View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Feb 2011 Curvilinear Coordinates Programs are presented which use symbolic math, curvilinear coordinates, and tensor concepts. Author: Howard Wilson aerospace, aeronautics, aerodef, curvilinear coordinat..., tensor analysis, symbolic math 10 1
10 Feb 2011 Polyhedron Inertial Properties Inertial properties of arbitrary polyhedra are computed and examples are shown. Author: Howard Wilson solid geometry, mathematics, aerospace, dynamics, modeling 8 0
29 Sep 2009 Area and volume properties Area and volume properties for shapes defined by piecewise linear and spline boundaries Author: Howard Wilson geometry, structural dynamics, stress analysiss, line integrals 4 0
30 Aug 2009 complexzeros Complex zeros of a function of z=x+i*y are computed using graphics and Muller's method. Author: Howard Wilson mathematics, complex variables, zeros of nonlinear fu..., special functions, muller method 7 1
16 Jul 2009 Double Fourier Series Surface Plotting Double Fourier series plots and effects of the number of terms and oscillation smoothing are shown. Author: Howard Wilson mathematics, fourier series, physics, double fourier series 6 0
Comments and Ratings on Howard's Files View all
Updated File Comment by Comments Rating
28 Jul 2011 Curvilinear Coordinates Programs are presented which use symbolic math, curvilinear coordinates, and tensor concepts. Author: Howard Wilson Raptis, Theophanes

How is one supposed to use the curl function in numeric mode? Tried with
syms r t p cs2 real; names=[r t p];
X=[r*sin(t)*cos(p);r*sin(t)*sin(p);r*cos(t)];% Basis of Covariant Vectors

bcov = [[ cos(t), -r*sin(t), 0], [ sin(t), r*cos(t), 0], [ 0, 0, 1]];
        
        
% Christoffel Symbols of the Second Kind

cs2 = zeros(3,3,3);
       
cs2(:,:,1) = [[ 0, 0, 0], [ 0, -r, 0], [ 0, 0, 0]];
 
cs2(:,:,2) = [[ 0, 1/r, 0], [ 1/r, 0, 0], [ 0, 0, 0]];
 
cs2(:,:,3) = [[ 0, 0, 0], [ 0, 0, 0], [ 0, 0, 0]];
 
curls([1, 2 ,3],names,bcovar,cs2,tn)

and gives

>> curltst
??? The following error occurred converting from sym to double:
Error using ==> sym.double at 25
DOUBLE cannot convert the input expression into a double array.
If the input expression contains a symbolic variable, use the VPA function instead.

Error in ==> curltst at 11
cs2(:,:,1) = [[ 0, 0, 0], [ 0, -r, 0], [ 0, 0, 0]];

20 Jun 2011 complexzeros Complex zeros of a function of z=x+i*y are computed using graphics and Muller's method. Author: Howard Wilson Yumei, Chen

Can we use this program to find all the complex roots of a transcendtal equation,and if my equation have two variable quantity?

13 May 2011 Advanced Mathematics and Mechanics Applications Using MATLAB, 3rd Edition Companion Software (amamhlib) Author: Howard Wilson Kamalraj

Appropriate book for Mech and Matlab.

12 Dec 2010 Advanced Mathematics and Mechanics Applications Using MATLAB, 3rd Edition Companion Software (amamhlib) Author: Howard Wilson Gorumlu, Serdar
13 May 2010 Advanced Mathematics and Mechanics Applications Using MATLAB, 3rd Edition Companion Software (amamhlib) Author: Howard Wilson Ruggeri, Marcos Cesar
Top Tags Applied by Howard
mathematics, aerospace, physics, aerodef, aeronautics
Files Tagged by Howard View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Feb 2011 Curvilinear Coordinates Programs are presented which use symbolic math, curvilinear coordinates, and tensor concepts. Author: Howard Wilson aerospace, aeronautics, aerodef, curvilinear coordinat..., tensor analysis, symbolic math 10 1
10 Feb 2011 Polyhedron Inertial Properties Inertial properties of arbitrary polyhedra are computed and examples are shown. Author: Howard Wilson solid geometry, mathematics, aerospace, dynamics, modeling 8 0
29 Sep 2009 Area and volume properties Area and volume properties for shapes defined by piecewise linear and spline boundaries Author: Howard Wilson geometry, structural dynamics, stress analysiss, line integrals 4 0
30 Aug 2009 complexzeros Complex zeros of a function of z=x+i*y are computed using graphics and Muller's method. Author: Howard Wilson mathematics, complex variables, zeros of nonlinear fu..., special functions, muller method 7 1
16 Jul 2009 Double Fourier Series Surface Plotting Double Fourier series plots and effects of the number of terms and oscillation smoothing are shown. Author: Howard Wilson mathematics, fourier series, physics, double fourier series 6 0

Contact us at files@mathworks.com