herclau

Mr. Hermes Rozsa Iglesias

1038 Reputation

13 Badges

19 years, 274 days

MaplePrimes Activity


These are questions asked by herclau

 

"Welch-Satterthwaite formula":
With the package "ScientificErrorAnalysis" is easily calculated, the combined uncertainty of a mathematical model M = f (x1, x1, .. xn). But if I need to know the components of the calculation model uncertainty becomes very repetitive. For example to calculate the expanded uncertainty should be calculated uncertainty components model for using the Welch-Satterthwaite formula ". Which determines the effective degrees of freedom υeff:

In a folder I have several worksheets in maple. Each worksheet is named Forum, plus a consecutive number. Internally each worksheet has the following structure:

 

I would like, from a Maple worksheet, perform a query that would allow me to make a table of contents or index of the information found in the header of each section of all worksheets contained in the folder

 

How to determine the volume of a sphere from its cross-sectional area, if we rotate it with center the diameter?

Gracias

How to successfully deploy Matlab function [B, IX] = sort (A, ...)
IX is a permutation vector of the corresponding column of A

M := Matrix(6, 3, [2, 3, 3, 5, 7, 8, 12, 5, 9, -3, 4.1, 7, 7, 7, -3, 9, 3, 8]):
M;
L := <(seq(op(convert(sort(M[() .. (), j]), list)), j = 1 .. op(M)[2]))>;
L := ArrayTools[Alias](L, [op(M)[1 .. 2]], Fortran_order);
P := Matrix(op(M)[1 .. 2],  (i, j)-> ListTools[Search](L[i, j], M[() .. (), j]));
# from Matlab

with(LinearAlgebra);
CAb := <1, 1, 2;1, 2, 3;1, 3, 1>;
# Get the QR decomposition of CAb:
Q, R := QRDecomposition(CAb); R;

Error in R

Maple Matrix(3, 3, {(1, 1) = 1.7321, (1, 2) = 3.4642, (1, 3) = 3.4642, (2, 1) = 0., (2, 2) = 1.4142, (2, 3) = -.70710, (3, 1) = 0., (3, 2) = 0., (3, 3) = 1.2248})

MathCad Matrix(3, 3, {(1, 1) = 1.7321, (1, 2) = 3.4642, (1, 3) = 3.4642, (2, 1) = 0., (2, 2) = 1.4142, (2, 3) =...

1 2 3 4 5 6 7 Last Page 3 of 23