I am using NDSolve to solve a non-linear partial differential equation. I\'d like one of the variables (Kvar) to be a function
In N3059 I found the description of piecewise construction of pairs (and tuples) (and it is in the new Standard).
I want to implement a GUI in MATLAB 2010a that user be able to input a Piecewise linear function interactively (add/remove points by click and move point by drag and drop). Here is an implementa开发者
I\'m trying to generate a piecewise periodic plot using Numpy and matplotlib, like this: import numpy as np
I want to plot a piecewise function, but I don\'t want any gaps to appear at the junctures, for example:
I would like to know how to grab a specific number from an interval to test it and later be able to built a different functions under one graph. For example (in this case the \'x\' variable),
What is the easiest/most elegant way to do the following in python: def piecewiseProperty(aList): result = []
I am trying to generate a piecewise symbolic function in Matlab. T开发者_如何学编程he reason it has to be symbolic is I want to be able to integrate/differentiate the function afterwards and/or insert
I have an irregular mesh which is described by two variables - a faces array that stores the indices of the vertices that constitute each face, and a verts array that stores the coordinates of each ve