1.1.3 Can you answer these questions?

1.1.3.1 Get the list of (x,y) point of a graphic
1.1.3.2 Solving a matrix differential equation by using a function that takes a matrix as its argument
1.1.3.3 Inner polygon approximation
1.1.3.1 Get the list of (x,y) point of a graphic

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=250051

I have a function like this: E^(-t/0.001)*Cos[t] + E^(-t/0.01)*Cos[1000 t]

I used the code below as suggested in the forum to obtain the x,y values for points

asked by Michaels https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=48318 1 votes

answered by Bob Hanlon https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=9362 0 votes

1.1.3.2 Solving a matrix differential equation by using a function that takes a matrix as its argument

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=249879

I have a function g of the form g[y_]:=A.y.B where y is a 2-by-2 matrix whose elements are ...

asked by user58247 https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=58247 1 votes

1.1.3.3 Inner polygon approximation

https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=249824

Suppose you want to perform an inner approximation of a planar semialgebraic set by a finite set of polygons. The following is a quick way to yield an approximation but I am not convinced that it is ...

asked by Math Gaudium https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=74255 2 votes