代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/173927/9629928
m feisot3.m
function [shapet3,dhdrt3,dhdst3]=feisot3(rvalue,svalue)
%------------------------------------------------------------------------
% Purpose:
% compute isoparametric three-node triangular sha
www.eeworm.com/read/173076/9675430
m mcmclt.m
% MCMLT - makes matrix of MCMC runs lower triangular
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ Alt ] = MCMCLT(A)
%
% A = a chain of matricies, typically co
www.eeworm.com/read/267609/11170927
m mcmclt.m
% MCMLT - makes matrix of MCMC runs lower triangular
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ Alt ] = MCMCLT(A)
%
% A = a chain of matricies, typically co
www.eeworm.com/read/386291/8757641
java stacktriangle2.java
// stackTriangle2.java
// evaluates triangular numbers, stack replaces recursion
// to run this program: C>java StackTriangle2App
import java.io.*; // for I/O
/////////////////////
www.eeworm.com/read/386253/8759961
m alg065.m
% LDL^t ALGORITHM 6.5
%
% To factor the positive definite n by n matrix A into LDL**T,
% where L is a lower triangular matrix with ones along the diagonal
% and D is a diagonal matrix with positiv
www.eeworm.com/read/386253/8760149
m alg065.m
% LDL^t ALGORITHM 6.5
%
% To factor the positive definite n by n matrix A into LDL**T,
% where L is a lower triangular matrix with ones along the diagonal
% and D is a diagonal matrix with positiv
www.eeworm.com/read/167678/9955902
dat node_displace.dat
---PLANE PROBLEM ANALYSIS BY TRIANGULAR ELEMENT---
NUMBER OF NODES=6 NUMBER OF ELEMENTS=4
PLANE STRESS PROBLEM
ELASTICITY MODULUS=1.00 POISSON MODULUS=0.0000
SPECIFIC GRAVITY=0
www.eeworm.com/read/361402/10054461
java stacktriangle2.java
// stackTriangle2.java
// evaluates triangular numbers, stack replaces recursion
// to run this program: C>java StackTriangle2App
import java.io.*; // for I/O
/////////////////////
www.eeworm.com/read/419697/10842893
c alg064.c
/*
* DIRECT FACTORIZATION ALGORITHM 6.4
*
* To factor the n by n matrix A = (A(I,J)) into the product of the
* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is
* A = LU, whe
www.eeworm.com/read/419697/10843094
c alg065.c
/*
* LDL-t ALGORITHM 6.5
*
* To factor the positive definite n by n matrix A into LDL**T,
* where L is a lower triangular matrix with ones along the diagonal
* and D is a diagonal matrix