From 99b641383e285ba62808678be74077485a61e024 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 17 Dec 2012 15:25:32 -0500 Subject: [PATCH] Split the partition function into partition/partition_delta. --- partition.m | 14 +++++++------- partition_delta.m | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 partition_delta.m diff --git a/partition.m b/partition.m index 96ded5e..6568be3 100644 --- a/partition.m +++ b/partition.m @@ -1,21 +1,21 @@ function [p,delta] = partition(integerN, a, b) ## Partition the interval [a,b] into integerN subintervals. We do not - ## requite that a