Search found 14 matches

Return

by Admin
4 years ago
Jump to forum
Jump to topic

TSSFL Open Discussion Forums Ranked Number 32 in the 2018 Top 100 African Workplace eLearning Movers and Shakers List

We are delighted that TSSFL Open Discussion Forums has been ranked number 32 in the 2018 list of Africa’s Movers and Shakers in Corporate Online Learning The list has been distributed by other platforms such as https://agakhanacademies.org , attached here too. This list of the Top 100 most influenti...
by Eli
3 years ago
Jump to forum
Jump to topic

Re: Programming and Computing with Python Right from the Forum

Test this Discrete Fourier Transform MATLAB code (run using Octave): clear all, close all, clc n = 1024; w = exp(-i*2*pi/n); [I,J] = meshgrid(1:n, 1:n); DFT = w.^((I-1).*(J-1)); imagesc(real(DFT)); title("Discrete Fourier Transform Matrix") The equivalent code in Python is: import numpy as...
by Eli
3 years ago
Jump to forum
Jump to topic

MathJax/LaTeX Mathematics Formulae Rendering

Fully adopted from this website -- Extract From Struik: This procedure is simply a generalization of the method used in Sects. 1-3 and 1-4 to obtain the equations of the osculating plane and the osculating circle. Let $f(u)$ near $P(u=u_0)$ have finite derivatives $f^{(i)}(u_0)$, $i = 1, 2, \ldots, ...